#D08193

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

Shades of Puce #D08193

Tints of Puce #D08193

Color information

#D08193 (or 0xD08193) is unknown color: approx Puce. HEX triplet: D0, 81 and 93. RGB value is (208,129,147). Sum of RGB (Red+Green+Blue) = 208+129+147=484 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.98% from 484); Green value is 129 (50.78% from 255 or 26.65% from 484); Blue value is 147 (57.81% from 255 or 30.37% from 484); Max value from RGB is 208 - color contains mainly: red. Hex color #D08193 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08193 is #2F7E6C. Grayscale: #9A9A9A. Windows color (decimal): -3112557 or 9667024. OLE color: 9667024.

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

Color convert

RGB208129147-
CMYK00.380.290.18
HSL346.33º45.66%66.08%-
HSV(B)346.33º37.98%81.57%-
XYZ39.1331.2231.57-
YUV154.67123.67166.04-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.98%
GREEN value IS 129 (50.78% from 255) = 26.65%
BLUE value IS 147 (57.81% from 255) = 30.37%
R=42.98%
G=26.65%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812914700.380.290.18346.3345.6666.08
HexD081930261D1215a2e42
Octal320201223046352253256102
Binary110100001000000110010011010011011101100101010110101011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08193; }

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

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

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

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

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

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

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

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