#CD878B

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

Shades of Puce #CD878B

Tints of Puce #CD878B

Color information

#CD878B (or 0xCD878B) is unknown color: approx Puce. HEX triplet: CD, 87 and 8B. RGB value is (205,135,139). Sum of RGB (Red+Green+Blue) = 205+135+139=479 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.80% from 479); Green value is 135 (53.12% from 255 or 28.18% from 479); Blue value is 139 (54.69% from 255 or 29.02% from 479); Max value from RGB is 205 - color contains mainly: red. Hex color #CD878B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD878B is #327874. Grayscale: #9C9C9C. Windows color (decimal): -3307637 or 9144269. OLE color: 9144269.

HSL color Cylindrical-coordinate representation of color #CD878B: hue angle of 356.57º 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 #CD878B is Cyan = 0, Magento = 0.34, Yellow = 0.32 and Black (K on CMYK) = 0.20.

Color convert

RGB205135139-
CMYK00.340.320.20
HSL356.57º41.18%66.67%-
HSV(B)356.57º34.15%80.39%-
XYZ38.532.1728.61-
YUV156.39118.19162.67-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.80%
GREEN value IS 135 (53.12% from 255) = 28.18%
BLUE value IS 139 (54.69% from 255) = 29.02%
R=42.80%
G=28.18%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.32
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513513900.340.320.20356.5741.1866.67
HexCD878B02220141652943
Octal315207213042402454551103
Binary1100110110000111100010110100010100000101001011001011010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD878B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD878B; }

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

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

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

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

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

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

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

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