Shades of Puce #CC8D91
Tints of Puce #CC8D91
RGB
CMYK
RGB Variations
Color information
#CC8D91 (or 0xCC8D91) is known color: Puce. HEX triplet: CC, 8D and 91. RGB value is (204,141,145). Sum of RGB (Red+Green+Blue) = 204+141+145=490 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.63% from 490); Green value is 141 (55.47% from 255 or 28.78% from 490); Blue value is 145 (57.03% from 255 or 29.59% from 490); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8D91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8D91 is #33726E. Grayscale: #A0A0A0. Windows color (decimal): -3371631 or 9539020. OLE color: 9539020.
HSL color Cylindrical-coordinate representation of color #CC8D91: hue angle of 356.19º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CC8D91 is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 141 | 145 | - |
| CMYK | 0 | 0.31 | 0.29 | 0.2 |
| HSL | 356.19º | 0.38% | 0.68% | - |
| HSV(B) | 356.19º | 0.31% | 0.8% | - |
| XYZ | 39.54 | 33.93 | 31.25 | - |
| YUV | 160.29 | 119.37 | 159.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 141 | 145 | 0 | 0.31 | 0.29 | 0.2 | 356.19 | 0.38 | 0.68 |
| Hex | CC | 8D | 91 | 0 | 1F | 1D | 14 | 164 | 26 | 44 |
| Octal | 314 | 215 | 221 | 0 | 37 | 35 | 24 | 544 | 46 | 104 |
| Binary | 11001100 | 10001101 | 10010001 | 0 | 11111 | 11101 | 10100 | 101100100 | 100110 | 1000100 |
Color Harmonies of #CC8D91
Complementary color
Monochromatic Colors of #CC8D91
Black with #CC8D91
Text Example
Text Example
White with #CC8D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8D91; }
p { color: rgb(204,141,145); }
H1.HeaderClassName
{
color: #CC8D91;
}
.AnyTagClassName
{
color: #CC8D91;
}
</style>
background-color css
<style>
a { background-color: #CC8D91; }
a { background-color: rgb(204,141,145); }
div.DivClassName
{
background-color: #CC8D91;
}
.BgClassName
{
background-color: #CC8D91;
}
</style>
border-color css
<style>
span { border-color: #CC8D91; }
span { border-color: rgb(204,141,145); }
td.TdClassName
{
border-color: #CC8D91;
}
.TagClassName
{
border-color: #CC8D91;
}
</style>