How many possible colour combinations are there in a the CMYK gamut? I know there are advanced printing methods such as half-toning and spot colours, but excluding print methods, how many possible colours are available in CMYK?
One website mentions 16,000 colours available, but I calculate it to be more:
(((101 * 101) * 101) * 101 = 104,060,401 or 101^4 = 104,060,401 colors
...and that's only allowing for steps of whole integers. If I allowed a maximum of 3 decimal places, then:
So 100,001^4 - 100,004,000,060,000,400,001 available colours. I know that the differences between a lot of similar colours might not be distinguishable by the human eye but that's by the by.
My gut feeling is saying that this quantity of colour combinations isn't possible in CMYK but I can't work it out differently. Allowing for the decimal points, is this correct?
CMYK as a color model does not define a gamut, nor does it define a number of colors.
Therefore, you can not state that a particular color model possesses any particular number of colors without knowing the bit depth and colorspace parameters. For CMYK that means knowing the destination profile or device, even if you want to assume 8bit data.
In other words, you can't just hand-wave away the printing technology as if it wasn't relevant, because it is determinant.
The answer is that CMYK is a color model, but not a colorspace, and you need to define a colorspace which will then define the gamut size. And gamut size is not related to number of colors.
As for "theoretical number of colors" — you can calculate the number of combinations for a given bit depth, but if you mean the number of different colors you can print, or moreover, the number you can perceive, that's a much more complicated answer.
Regardless of the gamut size and print technology, the theoretical number of colors is a function of the number of combinations of values for each of the color components.
In the case of CMYK, if we are talking about 8bit, then:
C = 0-255 (256 values) *
M = 0-255 (256 values) *
Y = 0-255 (256 values) *
K = 0-255 (256 values) = ...
Which is then 4,294,967,296 combinations. Or is it really?
Ultimately the OP's question is sort of an x-y question, he's asking about X, but really is asking about Y. His real question seems more like it is "how is color data encoded in a binary form"?
There are comments that 160,160,160,0 is the same as 0,0,0,160 — while this may be true in theory, it is not in a practical sense. This is in part why K (black) is included in 4 color printing. In fact, there is a printing term "rich black" which is K black with a certain amount of CMY to deepen the black. Black is not even the same black, depending.
What is not mentioned, and needs to be, is that unlike an additive color model such as RGB, you can not add all 4 CMYK colors at full level at once and hope to get a reasonable result. For instance, rich black is not 255,255,255,255. There are limitations to the density of ink applied to the page (if you want a print run that is not going to have significant issues).
So, in CMYK, you can't simply multiply the total number of values per color. And you need to use a look up table (LUT) that models the specific output device (printer) to calculate the number of colors available in that device's gamut. The total gamut size will vary depending on the printing technology and factors including the kind of paper being used.
As such, there is not one, singular, answer to the question as posed.
But I can tell you that you can't just decide on some arbitrary precision. The number of bits is defined by the output device itself. Does it take 8 bit data? 10Bit? 16bit? And is it really only a 4 color CMYK? Or is it a 6 or 8 color model? These are the key factors, and you can't dismiss them.
If you ignore the K channel, and then make the assumption that you can use all 0-255 values at the same time for the remaining three, then you'd have at least 16777216 colors. Except again, it's a bit meaningless without the knowledge of the device limitations, LUT, etc.
Without considering the output device, the raw figure of millions of colors is not too useful.
∆E is useful, i.e. how accurate is the printing, or can you see the difference between value 128,128,128,0 and 128,129,128,0 ?
Knowing if the gamut of what you see on your display, or in photoshop, is going to print without being clipped or mangled. For instance, portions of a typical CMYK space are not represented (clipped) in sRGB (the space of most monitors.)
You could use ProPhoto, a wide RGB space that covers typical CMYK gamuts. But ProPhoto uses imaginary primaries that can not exist in the real world, so even if you are using 16 bit in ProPhoto RGB, you are not getting 281,474,976,710,656 colors because many of the colors do not even exist in reality. Not to mention that Photoshop only uses 15 bits of 16 bit images, so to start you're already down to 35,184,372,088,832.
So even for ProPhoto, an RGB space, you need to calculate the realizable colors and then search to find the gamut surface before you can determine how many 16 bit values are available as real colors in that space, which is a much simpler space than a typical CMYK space.
You need to define the space first. I.e. this is a non-answer answer. Kinda like a non-denial denial. Don't tell Bob Woodward on me.