Shades of Puce #D18596
Tints of Puce #D18596
RGB
CMYK
RGB Variations
Color information
#D18596 (or 0xD18596) is known color: Puce. HEX triplet: D1, 85 and 96. RGB value is (209,133,150). Sum of RGB (Red+Green+Blue) = 209+133+150=492 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.48% from 492); Green value is 133 (52.34% from 255 or 27.03% from 492); Blue value is 150 (58.98% from 255 or 30.49% from 492); Max value from RGB is 209 - color contains mainly: red. Hex color #D18596 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D18596 is #2E7A69. Grayscale: #9D9D9D. Windows color (decimal): -3045994 or 9864657. OLE color: 9864657.
HSL color Cylindrical-coordinate representation of color #D18596: hue angle of 346.58º degrees, saturation: 0.45, 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 #D18596 is Cyan = 0, Magento = 0.36, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 133 | 150 | - |
| CMYK | 0 | 0.36 | 0.28 | 0.18 |
| HSL | 346.58º | 0.45% | 0.67% | - |
| HSV(B) | 346.58º | 0.36% | 0.82% | - |
| XYZ | 40.19 | 32.53 | 33.02 | - |
| YUV | 157.66 | 123.68 | 164.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 133 | 150 | 0 | 0.36 | 0.28 | 0.18 | 346.58 | 0.45 | 0.67 |
| Hex | D1 | 85 | 96 | 0 | 24 | 1C | 12 | 15B | 2D | 43 |
| Octal | 321 | 205 | 226 | 0 | 44 | 34 | 22 | 533 | 55 | 103 |
| Binary | 11010001 | 10000101 | 10010110 | 0 | 100100 | 11100 | 10010 | 101011011 | 101101 | 1000011 |
Color Harmonies of #D18596
Complementary color
Monochromatic Colors of #D18596
Black with #D18596
Text Example
Text Example
White with #D18596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18596; }
p { color: rgb(209,133,150); }
H1.HeaderClassName
{
color: #D18596;
}
.AnyTagClassName
{
color: #D18596;
}
</style>
background-color css
<style>
a { background-color: #D18596; }
a { background-color: rgb(209,133,150); }
div.DivClassName
{
background-color: #D18596;
}
.BgClassName
{
background-color: #D18596;
}
</style>
border-color css
<style>
span { border-color: #D18596; }
span { border-color: rgb(209,133,150); }
td.TdClassName
{
border-color: #D18596;
}
.TagClassName
{
border-color: #D18596;
}
</style>