Conversions to/from CMYK.
Creates CMYK from RGB.
Converts CMYK to RGB.
@type cmyk() :: Pote.cmyk()
@type rgb() :: Pote.rgb()
@spec from_rgb(rgb()) :: cmyk()
@spec to_rgb(cmyk()) :: rgb()