Shades of Puce #D1868E
Tints of Puce #D1868E
RGB
CMYK
RGB Variations
Color information
#D1868E (or 0xD1868E) is known color: Puce. HEX triplet: D1, 86 and 8E. RGB value is (209,134,142). Sum of RGB (Red+Green+Blue) = 209+134+142=485 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.09% from 485); Green value is 134 (52.73% from 255 or 27.63% from 485); Blue value is 142 (55.86% from 255 or 29.28% from 485); Max value from RGB is 209 - color contains mainly: red. Hex color #D1868E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1868E is #2E7971. Grayscale: #9D9D9D. Windows color (decimal): -3045746 or 9340625. OLE color: 9340625.
HSL color Cylindrical-coordinate representation of color #D1868E: hue angle of 353.6º 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 #D1868E is Cyan = 0, Magento = 0.36, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 134 | 142 | - |
| CMYK | 0 | 0.36 | 0.32 | 0.18 |
| HSL | 353.6º | 0.45% | 0.67% | - |
| HSV(B) | 353.6º | 0.36% | 0.82% | - |
| XYZ | 39.7 | 32.56 | 29.78 | - |
| YUV | 157.34 | 119.35 | 164.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 134 | 142 | 0 | 0.36 | 0.32 | 0.18 | 353.6 | 0.45 | 0.67 |
| Hex | D1 | 86 | 8E | 0 | 24 | 20 | 12 | 162 | 2D | 43 |
| Octal | 321 | 206 | 216 | 0 | 44 | 40 | 22 | 542 | 55 | 103 |
| Binary | 11010001 | 10000110 | 10001110 | 0 | 100100 | 100000 | 10010 | 101100010 | 101101 | 1000011 |
Color Harmonies of #D1868E
Complementary color
Monochromatic Colors of #D1868E
Black with #D1868E
Text Example
Text Example
White with #D1868E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1868E; }
p { color: rgb(209,134,142); }
H1.HeaderClassName
{
color: #D1868E;
}
.AnyTagClassName
{
color: #D1868E;
}
</style>
background-color css
<style>
a { background-color: #D1868E; }
a { background-color: rgb(209,134,142); }
div.DivClassName
{
background-color: #D1868E;
}
.BgClassName
{
background-color: #D1868E;
}
</style>
border-color css
<style>
span { border-color: #D1868E; }
span { border-color: rgb(209,134,142); }
td.TdClassName
{
border-color: #D1868E;
}
.TagClassName
{
border-color: #D1868E;
}
</style>