Shades of Puce #D08595
Tints of Puce #D08595
RGB
CMYK
RGB Variations
Color information
#D08595 (or 0xD08595) is known color: Puce. HEX triplet: D0, 85 and 95. RGB value is (208,133,149). Sum of RGB (Red+Green+Blue) = 208+133+149=490 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.45% from 490); Green value is 133 (52.34% from 255 or 27.14% from 490); Blue value is 149 (58.59% from 255 or 30.41% from 490); Max value from RGB is 208 - color contains mainly: red. Hex color #D08595 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08595 is #2F7A6A. Grayscale: #9D9D9D. Windows color (decimal): -3111531 or 9799120. OLE color: 9799120.
HSL color Cylindrical-coordinate representation of color #D08595: hue angle of 347.2º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D08595 is Cyan = 0, Magento = 0.36, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 133 | 149 | - |
| CMYK | 0 | 0.36 | 0.28 | 0.18 |
| HSL | 347.2º | 0.44% | 0.67% | - |
| HSV(B) | 347.2º | 0.36% | 0.82% | - |
| XYZ | 39.82 | 32.35 | 32.58 | - |
| YUV | 157.25 | 123.35 | 164.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 133 | 149 | 0 | 0.36 | 0.28 | 0.18 | 347.2 | 0.44 | 0.67 |
| Hex | D0 | 85 | 95 | 0 | 24 | 1C | 12 | 15B | 2C | 43 |
| Octal | 320 | 205 | 225 | 0 | 44 | 34 | 22 | 533 | 54 | 103 |
| Binary | 11010000 | 10000101 | 10010101 | 0 | 100100 | 11100 | 10010 | 101011011 | 101100 | 1000011 |
Color Harmonies of #D08595
Complementary color
Monochromatic Colors of #D08595
Black with #D08595
Text Example
Text Example
White with #D08595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08595; }
p { color: rgb(208,133,149); }
H1.HeaderClassName
{
color: #D08595;
}
.AnyTagClassName
{
color: #D08595;
}
</style>
background-color css
<style>
a { background-color: #D08595; }
a { background-color: rgb(208,133,149); }
div.DivClassName
{
background-color: #D08595;
}
.BgClassName
{
background-color: #D08595;
}
</style>
border-color css
<style>
span { border-color: #D08595; }
span { border-color: rgb(208,133,149); }
td.TdClassName
{
border-color: #D08595;
}
.TagClassName
{
border-color: #D08595;
}
</style>