Shades of Puce #D1888B
Tints of Puce #D1888B
RGB
CMYK
RGB Variations
Color information
#D1888B (or 0xD1888B) is known color: Puce. HEX triplet: D1, 88 and 8B. RGB value is (209,136,139). Sum of RGB (Red+Green+Blue) = 209+136+139=484 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.18% from 484); Green value is 136 (53.52% from 255 or 28.10% from 484); Blue value is 139 (54.69% from 255 or 28.72% from 484); Max value from RGB is 209 - color contains mainly: red. Hex color #D1888B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1888B is #2E7774. Grayscale: #9E9E9E. Windows color (decimal): -3045237 or 9144529. OLE color: 9144529.
HSL color Cylindrical-coordinate representation of color #D1888B: hue angle of 357.53º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D1888B is Cyan = 0, Magento = 0.35, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 136 | 139 | - |
| CMYK | 0 | 0.35 | 0.33 | 0.18 |
| HSL | 357.53º | 0.44% | 0.68% | - |
| HSV(B) | 357.53º | 0.35% | 0.82% | - |
| XYZ | 39.76 | 33.03 | 28.71 | - |
| YUV | 158.17 | 117.18 | 164.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 136 | 139 | 0 | 0.35 | 0.33 | 0.18 | 357.53 | 0.44 | 0.68 |
| Hex | D1 | 88 | 8B | 0 | 23 | 21 | 12 | 166 | 2C | 44 |
| Octal | 321 | 210 | 213 | 0 | 43 | 41 | 22 | 546 | 54 | 104 |
| Binary | 11010001 | 10001000 | 10001011 | 0 | 100011 | 100001 | 10010 | 101100110 | 101100 | 1000100 |
Color Harmonies of #D1888B
Complementary color
Monochromatic Colors of #D1888B
Black with #D1888B
Text Example
Text Example
White with #D1888B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1888B; }
p { color: rgb(209,136,139); }
H1.HeaderClassName
{
color: #D1888B;
}
.AnyTagClassName
{
color: #D1888B;
}
</style>
background-color css
<style>
a { background-color: #D1888B; }
a { background-color: rgb(209,136,139); }
div.DivClassName
{
background-color: #D1888B;
}
.BgClassName
{
background-color: #D1888B;
}
</style>
border-color css
<style>
span { border-color: #D1888B; }
span { border-color: rgb(209,136,139); }
td.TdClassName
{
border-color: #D1888B;
}
.TagClassName
{
border-color: #D1888B;
}
</style>