Shades of Puce #CC8C92
Tints of Puce #CC8C92
RGB
CMYK
RGB Variations
Color information
#CC8C92 (or 0xCC8C92) is known color: Puce. HEX triplet: CC, 8C and 92. RGB value is (204,140,146). Sum of RGB (Red+Green+Blue) = 204+140+146=490 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.63% from 490); Green value is 140 (55.08% from 255 or 28.57% from 490); Blue value is 146 (57.42% from 255 or 29.80% from 490); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8C92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8C92 is #33736D. Grayscale: #9F9F9F. Windows color (decimal): -3371886 or 9604300. OLE color: 9604300.
HSL color Cylindrical-coordinate representation of color #CC8C92: hue angle of 354.38º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CC8C92 is Cyan = 0, Magento = 0.31, Yellow = 0.28 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 140 | 146 | - |
| CMYK | 0 | 0.31 | 0.28 | 0.2 |
| HSL | 354.38º | 0.39% | 0.67% | - |
| HSV(B) | 354.38º | 0.31% | 0.8% | - |
| XYZ | 39.47 | 33.67 | 31.61 | - |
| YUV | 159.82 | 120.2 | 159.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 140 | 146 | 0 | 0.31 | 0.28 | 0.2 | 354.38 | 0.39 | 0.67 |
| Hex | CC | 8C | 92 | 0 | 1F | 1C | 14 | 162 | 27 | 43 |
| Octal | 314 | 214 | 222 | 0 | 37 | 34 | 24 | 542 | 47 | 103 |
| Binary | 11001100 | 10001100 | 10010010 | 0 | 11111 | 11100 | 10100 | 101100010 | 100111 | 1000011 |
Color Harmonies of #CC8C92
Complementary color
Monochromatic Colors of #CC8C92
Black with #CC8C92
Text Example
Text Example
White with #CC8C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8C92; }
p { color: rgb(204,140,146); }
H1.HeaderClassName
{
color: #CC8C92;
}
.AnyTagClassName
{
color: #CC8C92;
}
</style>
background-color css
<style>
a { background-color: #CC8C92; }
a { background-color: rgb(204,140,146); }
div.DivClassName
{
background-color: #CC8C92;
}
.BgClassName
{
background-color: #CC8C92;
}
</style>
border-color css
<style>
span { border-color: #CC8C92; }
span { border-color: rgb(204,140,146); }
td.TdClassName
{
border-color: #CC8C92;
}
.TagClassName
{
border-color: #CC8C92;
}
</style>