#D08196

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

Shades of Puce #D08196

Tints of Puce #D08196

Color information

#D08196 (or 0xD08196) is unknown color: approx Puce. HEX triplet: D0, 81 and 96. RGB value is (208,129,150). Sum of RGB (Red+Green+Blue) = 208+129+150=487 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.71% from 487); Green value is 129 (50.78% from 255 or 26.49% from 487); Blue value is 150 (58.98% from 255 or 30.80% from 487); Max value from RGB is 208 - color contains mainly: red. Hex color #D08196 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08196 is #2F7E69. Grayscale: #9B9B9B. Windows color (decimal): -3112554 or 9863632. OLE color: 9863632.

HSL color Cylindrical-coordinate representation of color #D08196: hue angle of 344.05º 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 #D08196 is Cyan = 0, Magento = 0.38, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB208129150-
CMYK00.380.280.18
HSL344.05º45.66%66.08%-
HSV(B)344.05º37.98%81.57%-
XYZ39.3731.3132.82-
YUV155.01125.17165.79-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.71%
GREEN value IS 129 (50.78% from 255) = 26.49%
BLUE value IS 150 (58.98% from 255) = 30.80%
R=42.71%
G=26.49%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.28
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812915000.380.280.18344.0545.6666.08
HexD081960261C121582e42
Octal320201226046342253056102
Binary110100001000000110010110010011011100100101010110001011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08196; }

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

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

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

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

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

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

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

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