#c8500a color space conversions
Hex:
        #c8500a
        RGB:
        200, 80, 10
        CMY:
        22, 69, 96
        CMYK:
        0, 60, 95, 22
      HSL:
        22°, 90.4762%, 41.1765%
        HSV (HSB):
        22°, 95.0000%, 78.4314%
        XYZ:
        26.7429, 18.0386, 2.3595
        xyY:
        0.5673, 0.3827, 18.0386
      CIE-Lab:
        49.5429, 45.1247, 57.2461
        CIE-LCH:
        49.5429, 72.8928, 51.7528
        CIE-Luv:
        49.5429, 98.9127, 41.8631
        Hunter-Lab:
        42.4719, 38.0687, 26.4366
      #c8500a color charts
#c8500a RGB chart
      #c8500a CMYK chart
      #c8500a RGB pie chart
      #c8500a color shades, tints & tones
#c8500a color schemes
#c8500a color preview, HTML & CSS examples
           This text has a color of #c8500a        
        
          <p style="color:#c8500a;">Text here</p>
        
        
          .mytext {color:#c8500a;}
        
        Text color #c8500a
      
           This box has a color of #c8500a        
        
          <div style="background-color:#c8500a;">Content here</div>
        
        
          .mybackground {background-color:#c8500a;}
        
        Background color #c8500a
      
           Border around this has a color of #c8500a        
        
          <div style="border:2px solid #c8500a;">Content here</div>
        
        
          .myborder {border:2px solid #c8500a;}
        
        Border color #c8500a