#c8284b color space conversions
Hex:
        #c8284b
        RGB:
        200, 40, 75
        CMY:
        22, 84, 71
        CMYK:
        0, 80, 63, 22
      HSL:
        347°, 66.6667%, 47.0588%
        HSV (HSB):
        347°, 80.0000%, 78.4314%
        XYZ:
        25.8482, 14.3049, 8.0554
        xyY:
        0.5362, 0.2967, 14.3049
      CIE-Lab:
        44.6671, 62.4459, 20.6385
        CIE-LCH:
        44.6671, 65.7680, 18.2889
        CIE-Luv:
        44.6671, 112.0283, 10.5958
        Hunter-Lab:
        37.8219, 55.8021, 13.8476
      #c8284b color charts
#c8284b RGB chart
      #c8284b CMYK chart
      #c8284b RGB pie chart
      #c8284b color shades, tints & tones
#c8284b color schemes
#c8284b color preview, HTML & CSS examples
           This text has a color of #c8284b        
        
          <p style="color:#c8284b;">Text here</p>
        
        
          .mytext {color:#c8284b;}
        
        Text color #c8284b
      
           This box has a color of #c8284b        
        
          <div style="background-color:#c8284b;">Content here</div>
        
        
          .mybackground {background-color:#c8284b;}
        
        Background color #c8284b
      
           Border around this has a color of #c8284b        
        
          <div style="border:2px solid #c8284b;">Content here</div>
        
        
          .myborder {border:2px solid #c8284b;}
        
        Border color #c8284b