#c8400a color space conversions
Hex:
        #c8400a
        RGB:
        200, 64, 10
        CMY:
        22, 75, 96
        CMYK:
        0, 68, 95, 22
      HSL:
        17°, 90.4762%, 41.1765%
        HSV (HSB):
        17°, 95.0000%, 78.4314%
        XYZ:
        25.7076, 15.9681, 2.0144
        xyY:
        0.5884, 0.3655, 15.9681
      CIE-Lab:
        46.9326, 52.0926, 55.6084
        CIE-LCH:
        46.9326, 76.1967, 46.8698
        CIE-Luv:
        46.9326, 110.5715, 37.4844
        Hunter-Lab:
        39.9601, 44.9047, 24.9833
      #c8400a color charts
#c8400a RGB chart
      #c8400a CMYK chart
      #c8400a RGB pie chart
      #c8400a color shades, tints & tones
#c8400a color schemes
#c8400a color preview, HTML & CSS examples
           This text has a color of #c8400a        
        
          <p style="color:#c8400a;">Text here</p>
        
        
          .mytext {color:#c8400a;}
        
        Text color #c8400a
      
           This box has a color of #c8400a        
        
          <div style="background-color:#c8400a;">Content here</div>
        
        
          .mybackground {background-color:#c8400a;}
        
        Background color #c8400a
      
           Border around this has a color of #c8400a        
        
          <div style="border:2px solid #c8400a;">Content here</div>
        
        
          .myborder {border:2px solid #c8400a;}
        
        Border color #c8400a