Shades of Puce #CC8199
Tints of Puce #CC8199
RGB
CMYK
RGB Variations
Color information
#CC8199 (or 0xCC8199) is known color: Puce. HEX triplet: CC, 81 and 99. RGB value is (204,129,153). Sum of RGB (Red+Green+Blue) = 204+129+153=486 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.98% from 486); Green value is 129 (50.78% from 255 or 26.54% from 486); Blue value is 153 (60.16% from 255 or 31.48% from 486); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8199 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8199 is #337E66. Grayscale: #9A9A9A. Windows color (decimal): -3374695 or 10060236. OLE color: 10060236.
HSL color Cylindrical-coordinate representation of color #CC8199: hue angle of 340.8º 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 #CC8199 is Cyan = 0, Magento = 0.37, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 129 | 153 | - |
| CMYK | 0 | 0.37 | 0.25 | 0.2 |
| HSL | 340.8º | 0.42% | 0.65% | - |
| HSV(B) | 340.8º | 0.37% | 0.8% | - |
| XYZ | 38.5 | 30.84 | 34.06 | - |
| YUV | 154.16 | 127.35 | 163.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 129 | 153 | 0 | 0.37 | 0.25 | 0.2 | 340.8 | 0.42 | 0.65 |
| Hex | CC | 81 | 99 | 0 | 25 | 19 | 14 | 155 | 2A | 41 |
| Octal | 314 | 201 | 231 | 0 | 45 | 31 | 24 | 525 | 52 | 101 |
| Binary | 11001100 | 10000001 | 10011001 | 0 | 100101 | 11001 | 10100 | 101010101 | 101010 | 1000001 |
Color Harmonies of #CC8199
Complementary color
Monochromatic Colors of #CC8199
Black with #CC8199
Text Example
Text Example
White with #CC8199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8199; }
p { color: rgb(204,129,153); }
H1.HeaderClassName
{
color: #CC8199;
}
.AnyTagClassName
{
color: #CC8199;
}
</style>
background-color css
<style>
a { background-color: #CC8199; }
a { background-color: rgb(204,129,153); }
div.DivClassName
{
background-color: #CC8199;
}
.BgClassName
{
background-color: #CC8199;
}
</style>
border-color css
<style>
span { border-color: #CC8199; }
span { border-color: rgb(204,129,153); }
td.TdClassName
{
border-color: #CC8199;
}
.TagClassName
{
border-color: #CC8199;
}
</style>