Shades of Puce #D18496
Tints of Puce #D18496
RGB
CMYK
RGB Variations
Color information
#D18496 (or 0xD18496) is known color: Puce. HEX triplet: D1, 84 and 96. RGB value is (209,132,150). Sum of RGB (Red+Green+Blue) = 209+132+150=491 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.57% from 491); Green value is 132 (51.95% from 255 or 26.88% from 491); Blue value is 150 (58.98% from 255 or 30.55% from 491); Max value from RGB is 209 - color contains mainly: red. Hex color #D18496 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D18496 is #2E7B69. Grayscale: #9D9D9D. Windows color (decimal): -3046250 or 9864401. OLE color: 9864401.
HSL color Cylindrical-coordinate representation of color #D18496: hue angle of 345.97º degrees, saturation: 0.46, 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 #D18496 is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 132 | 150 | - |
| CMYK | 0 | 0.37 | 0.28 | 0.18 |
| HSL | 345.97º | 0.46% | 0.67% | - |
| HSV(B) | 345.97º | 0.37% | 0.82% | - |
| XYZ | 40.05 | 32.26 | 32.97 | - |
| YUV | 157.08 | 124.01 | 165.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 132 | 150 | 0 | 0.37 | 0.28 | 0.18 | 345.97 | 0.46 | 0.67 |
| Hex | D1 | 84 | 96 | 0 | 25 | 1C | 12 | 15A | 2E | 43 |
| Octal | 321 | 204 | 226 | 0 | 45 | 34 | 22 | 532 | 56 | 103 |
| Binary | 11010001 | 10000100 | 10010110 | 0 | 100101 | 11100 | 10010 | 101011010 | 101110 | 1000011 |
Color Harmonies of #D18496
Complementary color
Monochromatic Colors of #D18496
Black with #D18496
Text Example
Text Example
White with #D18496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18496; }
p { color: rgb(209,132,150); }
H1.HeaderClassName
{
color: #D18496;
}
.AnyTagClassName
{
color: #D18496;
}
</style>
background-color css
<style>
a { background-color: #D18496; }
a { background-color: rgb(209,132,150); }
div.DivClassName
{
background-color: #D18496;
}
.BgClassName
{
background-color: #D18496;
}
</style>
border-color css
<style>
span { border-color: #D18496; }
span { border-color: rgb(209,132,150); }
td.TdClassName
{
border-color: #D18496;
}
.TagClassName
{
border-color: #D18496;
}
</style>