|
Secrets of Web Color Revealed Color Models and Management When designers deal with color, they usually rely on one of two color models: the additive color model, in which individual color waves combine to form white light, or the subtractive color model, in which pigments are used to subtract light waves. Both the traditional artist's palette and the CMYK systems are subtractive color models. On the Web, where we deal with light projection rather than light reflecting off of objects, we use an additive color model called RGB.
In the natural world, the light waves that reach our retina are reflected off of objects, but there are other ways to produce color. Stage lights, for example, produce color by projecting white light through colored filters. Computer monitors also use projected light, but in that case the light is produced when electron guns are fired against a phosphor screen. These guns fire electrons in three colors: red, green, and blue. Using only these three colors, monitors can produce a full spectrum. This is known as the RGB color system. Within the RGB system, designers can also produce a color spectrum by amalgamating these three primary colors. Combining two of the primary colors generates three secondary colors: cyan, magenta, and yellow. As previously noted, adding all three primary colors together produces white light. Thus, an RGB value of 255,255,255 produces white. The complete absence of the three primary colors (RGB: 0,0,0) produces black. Subtractive color At this point, it should be apparent that the primary colors of the CYMK model are the secondary colors of the RGB model, and vice versa. Moreover, if red, green, and blue light combine to produce white light, it stands to reason that cyan, yellow, and magenta pigments should combine to create black, since they should absorb all of the light waves. However, due to the limitations of the pigments and the printing system, the full combination of cyan, yellow, and magenta doesn't quite absorb all light. In practice, it's necessary to add black to the system, hence the K in CMYK. Color management
|