#cabfaf color space conversions
Hex:
        #cabfaf
        RGB:
        202, 191, 175
        CMY:
        21, 25, 31
        CMYK:
        0, 5, 13, 21
      HSL:
        36°, 20.3008%, 73.9216%
        HSV (HSB):
        36°, 13.3663%, 79.2157%
        XYZ:
        50.7258, 52.9133, 48.0972
        xyY:
        0.3343, 0.3487, 52.9133
      CIE-Lab:
        77.8238, 1.1580, 9.4476
        CIE-LCH:
        77.8238, 9.5183, 83.0119
        CIE-Luv:
        77.8238, 7.4652, 13.4739
        Hunter-Lab:
        72.7415, -2.8220, 11.7161
      #cabfaf color charts
#cabfaf RGB chart
      #cabfaf CMYK chart
      #cabfaf RGB pie chart
      #cabfaf color shades, tints & tones
#cabfaf color schemes
#cabfaf color preview, HTML & CSS examples
           This text has a color of #cabfaf        
        
          <p style="color:#cabfaf;">Text here</p>
        
        
          .mytext {color:#cabfaf;}
        
        Text color #cabfaf
      
           This box has a color of #cabfaf        
        
          <div style="background-color:#cabfaf;">Content here</div>
        
        
          .mybackground {background-color:#cabfaf;}
        
        Background color #cabfaf
      
           Border around this has a color of #cabfaf        
        
          <div style="border:2px solid #cabfaf;">Content here</div>
        
        
          .myborder {border:2px solid #cabfaf;}
        
        Border color #cabfaf