Shades of Puce #CC8E91
Tints of Puce #CC8E91
RGB
CMYK
RGB Variations
Color information
#CC8E91 (or 0xCC8E91) is known color: Puce. HEX triplet: CC, 8E and 91. RGB value is (204,142,145). Sum of RGB (Red+Green+Blue) = 204+142+145=491 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.55% from 491); Green value is 142 (55.86% from 255 or 28.92% from 491); Blue value is 145 (57.03% from 255 or 29.53% from 491); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8E91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8E91 is #33716E. Grayscale: #A0A0A0. Windows color (decimal): -3371375 or 9539276. OLE color: 9539276.
HSL color Cylindrical-coordinate representation of color #CC8E91: hue angle of 357.1º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CC8E91 is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 142 | 145 | - |
| CMYK | 0 | 0.30 | 0.29 | 0.2 |
| HSL | 357.1º | 0.38% | 0.68% | - |
| HSV(B) | 357.1º | 0.3% | 0.8% | - |
| XYZ | 39.69 | 34.23 | 31.3 | - |
| YUV | 160.88 | 119.04 | 158.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 142 | 145 | 0 | 0.30 | 0.29 | 0.2 | 357.1 | 0.38 | 0.68 |
| Hex | CC | 8E | 91 | 0 | 1E | 1D | 14 | 165 | 26 | 44 |
| Octal | 314 | 216 | 221 | 0 | 36 | 35 | 24 | 545 | 46 | 104 |
| Binary | 11001100 | 10001110 | 10010001 | 0 | 11110 | 11101 | 10100 | 101100101 | 100110 | 1000100 |
Color Harmonies of #CC8E91
Complementary color
Monochromatic Colors of #CC8E91
Black with #CC8E91
Text Example
Text Example
White with #CC8E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8E91; }
p { color: rgb(204,142,145); }
H1.HeaderClassName
{
color: #CC8E91;
}
.AnyTagClassName
{
color: #CC8E91;
}
</style>
background-color css
<style>
a { background-color: #CC8E91; }
a { background-color: rgb(204,142,145); }
div.DivClassName
{
background-color: #CC8E91;
}
.BgClassName
{
background-color: #CC8E91;
}
</style>
border-color css
<style>
span { border-color: #CC8E91; }
span { border-color: rgb(204,142,145); }
td.TdClassName
{
border-color: #CC8E91;
}
.TagClassName
{
border-color: #CC8E91;
}
</style>