Shades of Puce #D08496
Tints of Puce #D08496
RGB
CMYK
RGB Variations
Color information
#D08496 (or 0xD08496) is known color: Puce. HEX triplet: D0, 84 and 96. RGB value is (208,132,150). Sum of RGB (Red+Green+Blue) = 208+132+150=490 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.45% from 490); Green value is 132 (51.95% from 255 or 26.94% from 490); Blue value is 150 (58.98% from 255 or 30.61% from 490); Max value from RGB is 208 - color contains mainly: red. Hex color #D08496 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08496 is #2F7B69. Grayscale: #9C9C9C. Windows color (decimal): -3111786 or 9864400. OLE color: 9864400.
HSL color Cylindrical-coordinate representation of color #D08496: hue angle of 345.79º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D08496 is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 132 | 150 | - |
| CMYK | 0 | 0.37 | 0.28 | 0.18 |
| HSL | 345.79º | 0.45% | 0.67% | - |
| HSV(B) | 345.79º | 0.37% | 0.82% | - |
| XYZ | 39.77 | 32.11 | 32.96 | - |
| YUV | 156.78 | 124.18 | 164.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 132 | 150 | 0 | 0.37 | 0.28 | 0.18 | 345.79 | 0.45 | 0.67 |
| Hex | D0 | 84 | 96 | 0 | 25 | 1C | 12 | 15A | 2D | 43 |
| Octal | 320 | 204 | 226 | 0 | 45 | 34 | 22 | 532 | 55 | 103 |
| Binary | 11010000 | 10000100 | 10010110 | 0 | 100101 | 11100 | 10010 | 101011010 | 101101 | 1000011 |
Color Harmonies of #D08496
Complementary color
Monochromatic Colors of #D08496
Black with #D08496
Text Example
Text Example
White with #D08496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08496; }
p { color: rgb(208,132,150); }
H1.HeaderClassName
{
color: #D08496;
}
.AnyTagClassName
{
color: #D08496;
}
</style>
background-color css
<style>
a { background-color: #D08496; }
a { background-color: rgb(208,132,150); }
div.DivClassName
{
background-color: #D08496;
}
.BgClassName
{
background-color: #D08496;
}
</style>
border-color css
<style>
span { border-color: #D08496; }
span { border-color: rgb(208,132,150); }
td.TdClassName
{
border-color: #D08496;
}
.TagClassName
{
border-color: #D08496;
}
</style>