#CD878F

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

Shades of Puce #CD878F

Tints of Puce #CD878F

Color information

#CD878F (or 0xCD878F) is unknown color: approx Puce. HEX triplet: CD, 87 and 8F. RGB value is (205,135,143). Sum of RGB (Red+Green+Blue) = 205+135+143=483 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.44% from 483); Green value is 135 (53.12% from 255 or 27.95% from 483); Blue value is 143 (56.25% from 255 or 29.61% from 483); Max value from RGB is 205 - color contains mainly: red. Hex color #CD878F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD878F is #327870. Grayscale: #9C9C9C. Windows color (decimal): -3307633 or 9406413. OLE color: 9406413.

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

Color convert

RGB205135143-
CMYK00.340.300.20
HSL353.14º41.18%66.67%-
HSV(B)353.14º34.15%80.39%-
XYZ38.832.2930.17-
YUV156.84120.19162.35-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.44%
GREEN value IS 135 (53.12% from 255) = 27.95%
BLUE value IS 143 (56.25% from 255) = 29.61%
R=42.44%
G=27.95%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513514300.340.300.20353.1441.1866.67
HexCD878F0221E141612943
Octal315207217042362454151103
Binary110011011000011110001111010001011110101001011000011010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD878F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD878F; }

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

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

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

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

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

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

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

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