#D0878B

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

Shades of Puce #D0878B

Tints of Puce #D0878B

Color information

#D0878B (or 0xD0878B) is unknown color: approx Puce. HEX triplet: D0, 87 and 8B. RGB value is (208,135,139). Sum of RGB (Red+Green+Blue) = 208+135+139=482 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.15% from 482); Green value is 135 (53.12% from 255 or 28.01% from 482); Blue value is 139 (54.69% from 255 or 28.84% from 482); Max value from RGB is 208 - color contains mainly: red. Hex color #D0878B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0878B is #2F7874. Grayscale: #9D9D9D. Windows color (decimal): -3111029 or 9144272. OLE color: 9144272.

HSL color Cylindrical-coordinate representation of color #D0878B: hue angle of 356.71º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D0878B is Cyan = 0, Magento = 0.35, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB208135139-
CMYK00.350.330.18
HSL356.71º43.71%67.25%-
HSV(B)356.71º35.1%81.57%-
XYZ39.3432.628.65-
YUV157.28117.68164.17-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.15%
GREEN value IS 135 (53.12% from 255) = 28.01%
BLUE value IS 139 (54.69% from 255) = 28.84%
R=43.15%
G=28.01%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20813513900.350.330.18356.7143.7167.25
HexD0878B02321121652c43
Octal320207213043412254554103
Binary1101000010000111100010110100011100001100101011001011011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0878B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0878B; }

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

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

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

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

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

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

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

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