#D08993

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

Shades of Puce #D08993

Tints of Puce #D08993

Color information

#D08993 (or 0xD08993) is unknown color: approx Puce. HEX triplet: D0, 89 and 93. RGB value is (208,137,147). Sum of RGB (Red+Green+Blue) = 208+137+147=492 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.28% from 492); Green value is 137 (53.91% from 255 or 27.85% from 492); Blue value is 147 (57.81% from 255 or 29.88% from 492); Max value from RGB is 208 - color contains mainly: red. Hex color #D08993 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08993 is #2F766C. Grayscale: #9F9F9F. Windows color (decimal): -3110509 or 9669072. OLE color: 9669072.

HSL color Cylindrical-coordinate representation of color #D08993: hue angle of 351.55º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D08993 is Cyan = 0, Magento = 0.34, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB208137147-
CMYK00.340.290.18
HSL351.55º43.03%67.65%-
HSV(B)351.55º34.13%81.57%-
XYZ40.2233.4131.93-
YUV159.37121.02162.69-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.28%
GREEN value IS 137 (53.91% from 255) = 27.85%
BLUE value IS 147 (57.81% from 255) = 29.88%
R=42.28%
G=27.85%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20813714700.340.290.18351.5543.0367.65
HexD089930221D121602b44
Octal320211223042352254053104
Binary110100001000100110010011010001011101100101011000001010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08993; }

 p { color: rgb(208,137,147); }

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

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

 a { background-color: rgb(208,137,147); }

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

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

 span { border-color: rgb(208,137,147); }

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