#D0878D

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

Shades of Puce #D0878D

Tints of Puce #D0878D

Color information

#D0878D (or 0xD0878D) is unknown color: approx Puce. HEX triplet: D0, 87 and 8D. RGB value is (208,135,141). Sum of RGB (Red+Green+Blue) = 208+135+141=484 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.98% from 484); Green value is 135 (53.12% from 255 or 27.89% from 484); Blue value is 141 (55.47% from 255 or 29.13% from 484); Max value from RGB is 208 - color contains mainly: red. Hex color #D0878D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0878D is #2F7872. Grayscale: #9D9D9D. Windows color (decimal): -3111027 or 9275344. OLE color: 9275344.

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

Color convert

RGB208135141-
CMYK00.350.320.18
HSL355.07º43.71%67.25%-
HSV(B)355.07º35.1%81.57%-
XYZ39.4832.6629.42-
YUV157.51118.68164.01-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.98%
GREEN value IS 135 (53.12% from 255) = 27.89%
BLUE value IS 141 (55.47% from 255) = 29.13%
R=42.98%
G=27.89%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20813514100.350.320.18355.0743.7167.25
HexD0878D02320121632c43
Octal320207215043402254354103
Binary1101000010000111100011010100011100000100101011000111011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0878D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0878D; }

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

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

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

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

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

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

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

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