Shades of Puce #D1898C
Tints of Puce #D1898C
RGB
CMYK
RGB Variations
Color information
#D1898C (or 0xD1898C) is known color: Puce. HEX triplet: D1, 89 and 8C. RGB value is (209,137,140). Sum of RGB (Red+Green+Blue) = 209+137+140=486 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.00% from 486); Green value is 137 (53.91% from 255 or 28.19% from 486); Blue value is 140 (55.08% from 255 or 28.81% from 486); Max value from RGB is 209 - color contains mainly: red. Hex color #D1898C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1898C is #2E7673. Grayscale: #9E9E9E. Windows color (decimal): -3044980 or 9210321. OLE color: 9210321.
HSL color Cylindrical-coordinate representation of color #D1898C: hue angle of 357.5º degrees, saturation: 0.44, 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 #D1898C is Cyan = 0, Magento = 0.34, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 137 | 140 | - |
| CMYK | 0 | 0.34 | 0.33 | 0.18 |
| HSL | 357.5º | 0.44% | 0.68% | - |
| HSV(B) | 357.5º | 0.34% | 0.82% | - |
| XYZ | 39.97 | 33.34 | 29.14 | - |
| YUV | 158.87 | 117.35 | 163.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 137 | 140 | 0 | 0.34 | 0.33 | 0.18 | 357.5 | 0.44 | 0.68 |
| Hex | D1 | 89 | 8C | 0 | 22 | 21 | 12 | 166 | 2C | 44 |
| Octal | 321 | 211 | 214 | 0 | 42 | 41 | 22 | 546 | 54 | 104 |
| Binary | 11010001 | 10001001 | 10001100 | 0 | 100010 | 100001 | 10010 | 101100110 | 101100 | 1000100 |
Color Harmonies of #D1898C
Complementary color
Monochromatic Colors of #D1898C
Black with #D1898C
Text Example
Text Example
White with #D1898C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1898C; }
p { color: rgb(209,137,140); }
H1.HeaderClassName
{
color: #D1898C;
}
.AnyTagClassName
{
color: #D1898C;
}
</style>
background-color css
<style>
a { background-color: #D1898C; }
a { background-color: rgb(209,137,140); }
div.DivClassName
{
background-color: #D1898C;
}
.BgClassName
{
background-color: #D1898C;
}
</style>
border-color css
<style>
span { border-color: #D1898C; }
span { border-color: rgb(209,137,140); }
td.TdClassName
{
border-color: #D1898C;
}
.TagClassName
{
border-color: #D1898C;
}
</style>