Color Systems
Color Systems
specify a color using red-green-blue (RGB) values
RGB 0.95, 0.75, 0.00
use a 24-bit RGB color specification
RGB 30, 255, 10
use a 24-bit hexadecimal RGB color specification
#4B0082
specify a color using cyan-magenta-yellow-black (CMYK) values
CMYK 0.2, 0.4, 0.2, 0.1
specify a color using hue, saturation, and value (HSV)
HSV 0.27, 0.6, 0.6
specify a color using hue, saturation, and lightness (HSL)
HSL 0.09, 0.95, 0.85
specify a gray level
gray level 0.7
specify a color using XYZ values
XYZ 70 40 50
specify a color using CIELAB values
