#D08496

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

Shades of Puce #D08496

Tints of Puce #D08496

Color information

#D08496 (or 0xD08496) is unknown color: approx Puce. HEX triplet: D0, 84 and 96. RGB value is (208,132,150). Sum of RGB (Red+Green+Blue) = 208+132+150=490 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.45% from 490); Green value is 132 (51.95% from 255 or 26.94% from 490); Blue value is 150 (58.98% from 255 or 30.61% from 490); Max value from RGB is 208 - color contains mainly: red. Hex color #D08496 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08496 is #2F7B69. Grayscale: #9C9C9C. Windows color (decimal): -3111786 or 9864400. OLE color: 9864400.

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

Color convert

RGB208132150-
CMYK00.370.280.18
HSL345.79º44.71%66.67%-
HSV(B)345.79º36.54%81.57%-
XYZ39.7732.1132.96-
YUV156.78124.18164.54-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.45%
GREEN value IS 132 (51.95% from 255) = 26.94%
BLUE value IS 150 (58.98% from 255) = 30.61%
R=42.45%
G=26.94%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.28
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20813215000.370.280.18345.7944.7166.67
HexD084960251C1215a2d43
Octal320204226045342253255103
Binary110100001000010010010110010010111100100101010110101011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08496; }

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

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

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

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

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

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

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

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