#cb85ae color space conversions
Hex:
        #cb85ae
        RGB:
        203, 133, 174
        CMY:
        20, 48, 32
        CMYK:
        0, 34, 14, 20
      HSL:
        325°, 40.2299%, 65.8824%
        HSV (HSB):
        325°, 34.4828%, 79.6078%
        XYZ:
        40.6561, 32.5276, 44.1800
        xyY:
        0.3464, 0.2772, 32.5276
      CIE-Lab:
        63.7765, 32.8676, -10.5191
        CIE-LCH:
        63.7765, 34.5099, 342.2530
        CIE-Luv:
        63.7765, 39.9187, -21.1611
        Hunter-Lab:
        57.0329, 27.4367, -6.0054
      #cb85ae color charts
#cb85ae RGB chart
      #cb85ae CMYK chart
      #cb85ae RGB pie chart
      #cb85ae color shades, tints & tones
#cb85ae color schemes
#cb85ae color preview, HTML & CSS examples
           This text has a color of #cb85ae        
        
          <p style="color:#cb85ae;">Text here</p>
        
        
          .mytext {color:#cb85ae;}
        
        Text color #cb85ae
      
           This box has a color of #cb85ae        
        
          <div style="background-color:#cb85ae;">Content here</div>
        
        
          .mybackground {background-color:#cb85ae;}
        
        Background color #cb85ae
      
           Border around this has a color of #cb85ae        
        
          <div style="border:2px solid #cb85ae;">Content here</div>
        
        
          .myborder {border:2px solid #cb85ae;}
        
        Border color #cb85ae