Shades of Puce #CC82A8
Tints of Puce #CC82A8
RGB
CMYK
RGB Variations
Color information
#CC82A8 (or 0xCC82A8) is known color: Puce. HEX triplet: CC, 82 and A8. RGB value is (204,130,168). Sum of RGB (Red+Green+Blue) = 204+130+168=502 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.64% from 502); Green value is 130 (51.17% from 255 or 25.90% from 502); Blue value is 168 (66.02% from 255 or 33.47% from 502); Max value from RGB is 204 - color contains mainly: red. Hex color #CC82A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC82A8 is #337D57. Grayscale: #9C9C9C. Windows color (decimal): -3374424 or 11043532. OLE color: 11043532.
HSL color Cylindrical-coordinate representation of color #CC82A8: hue angle of 329.19º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CC82A8 is Cyan = 0, Magento = 0.36, Yellow = 0.18 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 130 | 168 | - |
| CMYK | 0 | 0.36 | 0.18 | 0.2 |
| HSL | 329.19º | 0.42% | 0.65% | - |
| HSV(B) | 329.19º | 0.36% | 0.8% | - |
| XYZ | 39.95 | 31.63 | 41.05 | - |
| YUV | 156.46 | 134.52 | 161.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 130 | 168 | 0 | 0.36 | 0.18 | 0.2 | 329.19 | 0.42 | 0.65 |
| Hex | CC | 82 | A8 | 0 | 24 | 12 | 14 | 149 | 2A | 41 |
| Octal | 314 | 202 | 250 | 0 | 44 | 22 | 24 | 511 | 52 | 101 |
| Binary | 11001100 | 10000010 | 10101000 | 0 | 100100 | 10010 | 10100 | 101001001 | 101010 | 1000001 |
Color Harmonies of #CC82A8
Complementary color
Monochromatic Colors of #CC82A8
Black with #CC82A8
Text Example
Text Example
White with #CC82A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC82A8; }
p { color: rgb(204,130,168); }
H1.HeaderClassName
{
color: #CC82A8;
}
.AnyTagClassName
{
color: #CC82A8;
}
</style>
background-color css
<style>
a { background-color: #CC82A8; }
a { background-color: rgb(204,130,168); }
div.DivClassName
{
background-color: #CC82A8;
}
.BgClassName
{
background-color: #CC82A8;
}
</style>
border-color css
<style>
span { border-color: #CC82A8; }
span { border-color: rgb(204,130,168); }
td.TdClassName
{
border-color: #CC82A8;
}
.TagClassName
{
border-color: #CC82A8;
}
</style>