#D08395

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

Shades of Puce #D08395

Tints of Puce #D08395

Color information

#D08395 (or 0xD08395) is unknown color: approx Puce. HEX triplet: D0, 83 and 95. RGB value is (208,131,149). Sum of RGB (Red+Green+Blue) = 208+131+149=488 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.62% from 488); Green value is 131 (51.56% from 255 or 26.84% from 488); Blue value is 149 (58.59% from 255 or 30.53% from 488); Max value from RGB is 208 - color contains mainly: red. Hex color #D08395 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08395 is #2F7C6A. Grayscale: #9C9C9C. Windows color (decimal): -3112043 or 9798608. OLE color: 9798608.

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

Color convert

RGB208131149-
CMYK00.370.280.18
HSL345.97º45.03%66.47%-
HSV(B)345.97º37.02%81.57%-
XYZ39.5531.8132.49-
YUV156.07124.01165.04-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.62%
GREEN value IS 131 (51.56% from 255) = 26.84%
BLUE value IS 149 (58.59% from 255) = 30.53%
R=42.62%
G=26.84%
B=30.53%

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
Decimal20813114900.370.280.18345.9745.0366.47
HexD083950251C1215a2d42
Octal320203225045342253255102
Binary110100001000001110010101010010111100100101010110101011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08395; }

 p { color: rgb(208,131,149); }

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

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

 a { background-color: rgb(208,131,149); }

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

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

 span { border-color: rgb(208,131,149); }

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