#CD87A1

Color #CD87A1 Puce (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Puce #CD87A1

Tints of Puce #CD87A1

Color information

#CD87A1 (or 0xCD87A1) is unknown color: approx Puce. HEX triplet: CD, 87 and A1. RGB value is (205,135,161). Sum of RGB (Red+Green+Blue) = 205+135+161=501 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.92% from 501); Green value is 135 (53.12% from 255 or 26.95% from 501); Blue value is 161 (63.28% from 255 or 32.14% from 501); Max value from RGB is 205 - color contains mainly: red. Hex color #CD87A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD87A1 is #32785E. Grayscale: #9E9E9E. Windows color (decimal): -3307615 or 10586061. OLE color: 10586061.

HSL color Cylindrical-coordinate representation of color #CD87A1: hue angle of 337.71º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CD87A1 is Cyan = 0, Magento = 0.34, Yellow = 0.21 and Black (K on CMYK) = 0.20.

Color convert

RGB205135161-
CMYK00.340.210.20
HSL337.71º41.18%66.67%-
HSV(B)337.71º34.15%80.39%-
XYZ40.2732.8837.94-
YUV158.89129.19160.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 205 (80.47% from 255) = 40.92%
GREEN value IS 135 (53.12% from 255) = 26.95%
BLUE value IS 161 (63.28% from 255) = 32.14%
R=40.92%
G=26.95%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.21
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513516100.340.210.20337.7141.1866.67
HexCD87A102215141522943
Octal315207241042252452251103
Binary110011011000011110100001010001010101101001010100101010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD87A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD87A1; }

 p { color: rgb(205,135,161); }

 H1.HeaderClassName
 {
   color: #CD87A1;
 }
 .AnyTagClassName
 {
   color: #CD87A1;
 }
</style>
background-color css

<style>
 a { background-color: #CD87A1; }

 a { background-color: rgb(205,135,161); }

 div.DivClassName
 {
   background-color: #CD87A1;
 }
 .BgClassName
 {
   background-color: #CD87A1;
 }
</style>
border-color css

<style>
 span { border-color: #CD87A1; }

 span { border-color: rgb(205,135,161); }

 td.TdClassName
 {
   border-color: #CD87A1;
 }
 .TagClassName
 {
   border-color: #CD87A1;
 }
</style>