#D08596

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

Shades of Puce #D08596

Tints of Puce #D08596

Color information

#D08596 (or 0xD08596) is unknown color: approx Puce. HEX triplet: D0, 85 and 96. RGB value is (208,133,150). Sum of RGB (Red+Green+Blue) = 208+133+150=491 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.36% from 491); Green value is 133 (52.34% from 255 or 27.09% from 491); Blue value is 150 (58.98% from 255 or 30.55% from 491); Max value from RGB is 208 - color contains mainly: red. Hex color #D08596 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08596 is #2F7A69. Grayscale: #9D9D9D. Windows color (decimal): -3111530 or 9864656. OLE color: 9864656.

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

Color convert

RGB208133150-
CMYK00.360.280.18
HSL346.4º44.38%66.86%-
HSV(B)346.4º36.06%81.57%-
XYZ39.932.3933-
YUV157.36123.85164.12-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.36%
GREEN value IS 133 (52.34% from 255) = 27.09%
BLUE value IS 150 (58.98% from 255) = 30.55%
R=42.36%
G=27.09%
B=30.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.28
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20813315000.360.280.18346.444.3866.86
HexD085960241C1215a2c43
Octal320205226044342253254103
Binary110100001000010110010110010010011100100101010110101011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08596; }

 p { color: rgb(208,133,150); }

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

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

 a { background-color: rgb(208,133,150); }

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

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

 span { border-color: rgb(208,133,150); }

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