public CMYKCOLOR(System.Drawing.Color color)
 {
     this = RGBColor.ToCMYK(color);
 }