#D08099

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

Shades of Puce #D08099

Tints of Puce #D08099

Color information

#D08099 (or 0xD08099) is unknown color: approx Puce. HEX triplet: D0, 80 and 99. RGB value is (208,128,153). Sum of RGB (Red+Green+Blue) = 208+128+153=489 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.54% from 489); Green value is 128 (50.39% from 255 or 26.18% from 489); Blue value is 153 (60.16% from 255 or 31.29% from 489); Max value from RGB is 208 - color contains mainly: red. Hex color #D08099 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08099 is #2F7F66. Grayscale: #9A9A9A. Windows color (decimal): -3112807 or 10059984. OLE color: 10059984.

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

Color convert

RGB208128153-
CMYK00.380.260.18
HSL341.25º45.98%65.88%-
HSV(B)341.25º38.46%81.57%-
XYZ39.4831.1534.07-
YUV154.77127165.97-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.54%
GREEN value IS 128 (50.39% from 255) = 26.18%
BLUE value IS 153 (60.16% from 255) = 31.29%
R=42.54%
G=26.18%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812815300.380.260.18341.2545.9865.88
HexD080990261A121552e42
Octal320200231046322252556102
Binary110100001000000010011001010011011010100101010101011011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08099; }

 p { color: rgb(208,128,153); }

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

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

 a { background-color: rgb(208,128,153); }

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

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

 span { border-color: rgb(208,128,153); }

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