Shades of Puce #CC8D92
Tints of Puce #CC8D92
RGB
CMYK
RGB Variations
Color information
#CC8D92 (or 0xCC8D92) is known color: Puce. HEX triplet: CC, 8D and 92. RGB value is (204,141,146). Sum of RGB (Red+Green+Blue) = 204+141+146=491 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.55% from 491); Green value is 141 (55.47% from 255 or 28.72% from 491); Blue value is 146 (57.42% from 255 or 29.74% from 491); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8D92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8D92 is #33726D. Grayscale: #A0A0A0. Windows color (decimal): -3371630 or 9604556. OLE color: 9604556.
HSL color Cylindrical-coordinate representation of color #CC8D92: hue angle of 355.24º 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 #CC8D92 is Cyan = 0, Magento = 0.31, Yellow = 0.28 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 141 | 146 | - |
| CMYK | 0 | 0.31 | 0.28 | 0.2 |
| HSL | 355.24º | 0.38% | 0.68% | - |
| HSV(B) | 355.24º | 0.31% | 0.8% | - |
| XYZ | 39.62 | 33.96 | 31.66 | - |
| YUV | 160.41 | 119.87 | 159.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 141 | 146 | 0 | 0.31 | 0.28 | 0.2 | 355.24 | 0.38 | 0.68 |
| Hex | CC | 8D | 92 | 0 | 1F | 1C | 14 | 163 | 26 | 44 |
| Octal | 314 | 215 | 222 | 0 | 37 | 34 | 24 | 543 | 46 | 104 |
| Binary | 11001100 | 10001101 | 10010010 | 0 | 11111 | 11100 | 10100 | 101100011 | 100110 | 1000100 |
Color Harmonies of #CC8D92
Complementary color
Monochromatic Colors of #CC8D92
Black with #CC8D92
Text Example
Text Example
White with #CC8D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8D92; }
p { color: rgb(204,141,146); }
H1.HeaderClassName
{
color: #CC8D92;
}
.AnyTagClassName
{
color: #CC8D92;
}
</style>
background-color css
<style>
a { background-color: #CC8D92; }
a { background-color: rgb(204,141,146); }
div.DivClassName
{
background-color: #CC8D92;
}
.BgClassName
{
background-color: #CC8D92;
}
</style>
border-color css
<style>
span { border-color: #CC8D92; }
span { border-color: rgb(204,141,146); }
td.TdClassName
{
border-color: #CC8D92;
}
.TagClassName
{
border-color: #CC8D92;
}
</style>