Shades of Puce #CC8192
Tints of Puce #CC8192
RGB
CMYK
RGB Variations
Color information
#CC8192 (or 0xCC8192) is known color: Puce. HEX triplet: CC, 81 and 92. RGB value is (204,129,146). Sum of RGB (Red+Green+Blue) = 204+129+146=479 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.59% from 479); Green value is 129 (50.78% from 255 or 26.93% from 479); Blue value is 146 (57.42% from 255 or 30.48% from 479); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8192 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8192 is #337E6D. Grayscale: #999999. Windows color (decimal): -3374702 or 9601484. OLE color: 9601484.
HSL color Cylindrical-coordinate representation of color #CC8192: hue angle of 346.4º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CC8192 is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 129 | 146 | - |
| CMYK | 0 | 0.37 | 0.28 | 0.2 |
| HSL | 346.4º | 0.42% | 0.65% | - |
| HSV(B) | 346.4º | 0.37% | 0.8% | - |
| XYZ | 37.94 | 30.61 | 31.1 | - |
| YUV | 153.36 | 123.85 | 164.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 129 | 146 | 0 | 0.37 | 0.28 | 0.2 | 346.4 | 0.42 | 0.65 |
| Hex | CC | 81 | 92 | 0 | 25 | 1C | 14 | 15A | 2A | 41 |
| Octal | 314 | 201 | 222 | 0 | 45 | 34 | 24 | 532 | 52 | 101 |
| Binary | 11001100 | 10000001 | 10010010 | 0 | 100101 | 11100 | 10100 | 101011010 | 101010 | 1000001 |
Color Harmonies of #CC8192
Complementary color
Monochromatic Colors of #CC8192
Black with #CC8192
Text Example
Text Example
White with #CC8192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8192; }
p { color: rgb(204,129,146); }
H1.HeaderClassName
{
color: #CC8192;
}
.AnyTagClassName
{
color: #CC8192;
}
</style>
background-color css
<style>
a { background-color: #CC8192; }
a { background-color: rgb(204,129,146); }
div.DivClassName
{
background-color: #CC8192;
}
.BgClassName
{
background-color: #CC8192;
}
</style>
border-color css
<style>
span { border-color: #CC8192; }
span { border-color: rgb(204,129,146); }
td.TdClassName
{
border-color: #CC8192;
}
.TagClassName
{
border-color: #CC8192;
}
</style>