#d08080 color space conversions
Hex:
        #d08080
        RGB:
        208, 128, 128
        CMY:
        18, 50, 50
        CMYK:
        0, 38, 38, 18
      HSL:
        0°, 45.9770%, 65.8824%
        HSV (HSB):
        0°, 38.4615%, 81.5686%
        XYZ:
        37.6279, 30.4068, 24.3080
        xyY:
        0.4075, 0.3293, 30.4068
      CIE-Lab:
        62.0036, 30.9137, 13.1614
        CIE-LCH:
        62.0036, 33.5988, 23.0617
        CIE-Luv:
        62.0036, 54.6299, 11.7732
        Hunter-Lab:
        55.1423, 25.3053, 12.4633
      #d08080 color charts
#d08080 RGB chart
      #d08080 CMYK chart
      #d08080 RGB pie chart
      #d08080 color shades, tints & tones
#d08080 color schemes
#d08080 color preview, HTML & CSS examples
           This text has a color of #d08080        
        
          <p style="color:#d08080;">Text here</p>
        
        
          .mytext {color:#d08080;}
        
        Text color #d08080
      
           This box has a color of #d08080        
        
          <div style="background-color:#d08080;">Content here</div>
        
        
          .mybackground {background-color:#d08080;}
        
        Background color #d08080
      
           Border around this has a color of #d08080        
        
          <div style="border:2px solid #d08080;">Content here</div>
        
        
          .myborder {border:2px solid #d08080;}
        
        Border color #d08080