Shades of Puce #D0888C
Tints of Puce #D0888C
RGB
CMYK
RGB Variations
Color information
#D0888C (or 0xD0888C) is known color: Puce. HEX triplet: D0, 88 and 8C. RGB value is (208,136,140). Sum of RGB (Red+Green+Blue) = 208+136+140=484 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.98% from 484); Green value is 136 (53.52% from 255 or 28.10% from 484); Blue value is 140 (55.08% from 255 or 28.93% from 484); Max value from RGB is 208 - color contains mainly: red. Hex color #D0888C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0888C is #2F7773. Grayscale: #9E9E9E. Windows color (decimal): -3110772 or 9210064. OLE color: 9210064.
HSL color Cylindrical-coordinate representation of color #D0888C: hue angle of 356.67º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D0888C is Cyan = 0, Magento = 0.35, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 136 | 140 | - |
| CMYK | 0 | 0.35 | 0.33 | 0.18 |
| HSL | 356.67º | 0.43% | 0.67% | - |
| HSV(B) | 356.67º | 0.35% | 0.82% | - |
| XYZ | 39.55 | 32.91 | 29.08 | - |
| YUV | 157.98 | 117.85 | 163.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 136 | 140 | 0 | 0.35 | 0.33 | 0.18 | 356.67 | 0.43 | 0.67 |
| Hex | D0 | 88 | 8C | 0 | 23 | 21 | 12 | 165 | 2B | 43 |
| Octal | 320 | 210 | 214 | 0 | 43 | 41 | 22 | 545 | 53 | 103 |
| Binary | 11010000 | 10001000 | 10001100 | 0 | 100011 | 100001 | 10010 | 101100101 | 101011 | 1000011 |
Color Harmonies of #D0888C
Complementary color
Monochromatic Colors of #D0888C
Black with #D0888C
Text Example
Text Example
White with #D0888C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0888C; }
p { color: rgb(208,136,140); }
H1.HeaderClassName
{
color: #D0888C;
}
.AnyTagClassName
{
color: #D0888C;
}
</style>
background-color css
<style>
a { background-color: #D0888C; }
a { background-color: rgb(208,136,140); }
div.DivClassName
{
background-color: #D0888C;
}
.BgClassName
{
background-color: #D0888C;
}
</style>
border-color css
<style>
span { border-color: #D0888C; }
span { border-color: rgb(208,136,140); }
td.TdClassName
{
border-color: #D0888C;
}
.TagClassName
{
border-color: #D0888C;
}
</style>