Shades of Puce #D08992
Tints of Puce #D08992
RGB
CMYK
RGB Variations
Color information
#D08992 (or 0xD08992) is known color: Puce. HEX triplet: D0, 89 and 92. RGB value is (208,137,146). Sum of RGB (Red+Green+Blue) = 208+137+146=491 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.36% from 491); Green value is 137 (53.91% from 255 or 27.90% from 491); Blue value is 146 (57.42% from 255 or 29.74% from 491); Max value from RGB is 208 - color contains mainly: red. Hex color #D08992 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08992 is #2F766D. Grayscale: #9F9F9F. Windows color (decimal): -3110510 or 9603536. OLE color: 9603536.
HSL color Cylindrical-coordinate representation of color #D08992: hue angle of 352.39º 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 #D08992 is Cyan = 0, Magento = 0.34, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 137 | 146 | - |
| CMYK | 0 | 0.34 | 0.30 | 0.18 |
| HSL | 352.39º | 0.43% | 0.68% | - |
| HSV(B) | 352.39º | 0.34% | 0.82% | - |
| XYZ | 40.15 | 33.38 | 31.52 | - |
| YUV | 159.26 | 120.52 | 162.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 137 | 146 | 0 | 0.34 | 0.30 | 0.18 | 352.39 | 0.43 | 0.68 |
| Hex | D0 | 89 | 92 | 0 | 22 | 1E | 12 | 160 | 2B | 44 |
| Octal | 320 | 211 | 222 | 0 | 42 | 36 | 22 | 540 | 53 | 104 |
| Binary | 11010000 | 10001001 | 10010010 | 0 | 100010 | 11110 | 10010 | 101100000 | 101011 | 1000100 |
Color Harmonies of #D08992
Complementary color
Monochromatic Colors of #D08992
Black with #D08992
Text Example
Text Example
White with #D08992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08992; }
p { color: rgb(208,137,146); }
H1.HeaderClassName
{
color: #D08992;
}
.AnyTagClassName
{
color: #D08992;
}
</style>
background-color css
<style>
a { background-color: #D08992; }
a { background-color: rgb(208,137,146); }
div.DivClassName
{
background-color: #D08992;
}
.BgClassName
{
background-color: #D08992;
}
</style>
border-color css
<style>
span { border-color: #D08992; }
span { border-color: rgb(208,137,146); }
td.TdClassName
{
border-color: #D08992;
}
.TagClassName
{
border-color: #D08992;
}
</style>