RGB is considered an additive color model; CMYK subtractive. Why?

What will be an ideal response?


RGB is additive color, because when R, G, and B light are equally combined they create white, which is what you see when all light is reflected back to the eye. CMYK is subtractive color because it’s based on pigment. Cyan, magenta, and yellow are subtractive colors because when adding these pigments to a white page or canvas they subtract or absorb some of the light, leaving what’s left over to reflect back to the eye.

Computer Science & Information Technology

You might also like to view...

Microsoft Office 365 uses the _________________________ to deliver a subscription-based service offering the newest Office suite and much more.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

What is the difference between a vector’s size and a vector’s capacity?

What will be an ideal response?

Computer Science & Information Technology

SQL keyword commands are typically written in:

A) uppercase letters. B) italic letters. C) lowercase letters. D) bold letters.

Computer Science & Information Technology

The following statements provide an example of ____ methods together.testArray = [1, 2, 3, 4, 5]puts testArray.sort.reverse.inspect

A. linking B. chaining C. connecting D. binding

Computer Science & Information Technology