Shades of Puce #CC88A1
Tints of Puce #CC88A1
RGB
CMYK
RGB Variations
Color information
#CC88A1 (or 0xCC88A1) is known color: Puce. HEX triplet: CC, 88 and A1. RGB value is (204,136,161). Sum of RGB (Red+Green+Blue) = 204+136+161=501 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.72% from 501); Green value is 136 (53.52% from 255 or 27.15% from 501); Blue value is 161 (63.28% from 255 or 32.14% from 501); Max value from RGB is 204 - color contains mainly: red. Hex color #CC88A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC88A1 is #33775E. Grayscale: #9F9F9F. Windows color (decimal): -3372895 or 10586316. OLE color: 10586316.
HSL color Cylindrical-coordinate representation of color #CC88A1: hue angle of 337.94º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CC88A1 is Cyan = 0, Magento = 0.33, Yellow = 0.21 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 136 | 161 | - |
| CMYK | 0 | 0.33 | 0.21 | 0.2 |
| HSL | 337.94º | 0.4% | 0.67% | - |
| HSV(B) | 337.94º | 0.33% | 0.8% | - |
| XYZ | 40.14 | 33.02 | 37.98 | - |
| YUV | 159.18 | 129.03 | 159.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 136 | 161 | 0 | 0.33 | 0.21 | 0.2 | 337.94 | 0.4 | 0.67 |
| Hex | CC | 88 | A1 | 0 | 21 | 15 | 14 | 152 | 28 | 43 |
| Octal | 314 | 210 | 241 | 0 | 41 | 25 | 24 | 522 | 50 | 103 |
| Binary | 11001100 | 10001000 | 10100001 | 0 | 100001 | 10101 | 10100 | 101010010 | 101000 | 1000011 |
Color Harmonies of #CC88A1
Complementary color
Monochromatic Colors of #CC88A1
Black with #CC88A1
Text Example
Text Example
White with #CC88A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC88A1; }
p { color: rgb(204,136,161); }
H1.HeaderClassName
{
color: #CC88A1;
}
.AnyTagClassName
{
color: #CC88A1;
}
</style>
background-color css
<style>
a { background-color: #CC88A1; }
a { background-color: rgb(204,136,161); }
div.DivClassName
{
background-color: #CC88A1;
}
.BgClassName
{
background-color: #CC88A1;
}
</style>
border-color css
<style>
span { border-color: #CC88A1; }
span { border-color: rgb(204,136,161); }
td.TdClassName
{
border-color: #CC88A1;
}
.TagClassName
{
border-color: #CC88A1;
}
</style>