Shades of Puce #CC8889
Tints of Puce #CC8889
RGB
CMYK
RGB Variations
Color information
#CC8889 (or 0xCC8889) is known color: Puce. HEX triplet: CC, 88 and 89. RGB value is (204,136,137). Sum of RGB (Red+Green+Blue) = 204+136+137=477 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.77% from 477); Green value is 136 (53.52% from 255 or 28.51% from 477); Blue value is 137 (53.91% from 255 or 28.72% from 477); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8889 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8889 is #337776. Grayscale: #9C9C9C. Windows color (decimal): -3372919 or 9013452. OLE color: 9013452.
HSL color Cylindrical-coordinate representation of color #CC8889: hue angle of 359.12º 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 #CC8889 is Cyan = 0, Magento = 0.33, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 136 | 137 | - |
| CMYK | 0 | 0.33 | 0.33 | 0.2 |
| HSL | 359.12º | 0.4% | 0.67% | - |
| HSV(B) | 359.12º | 0.33% | 0.8% | - |
| XYZ | 38.22 | 32.25 | 27.88 | - |
| YUV | 156.45 | 117.03 | 161.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 136 | 137 | 0 | 0.33 | 0.33 | 0.2 | 359.12 | 0.4 | 0.67 |
| Hex | CC | 88 | 89 | 0 | 21 | 21 | 14 | 167 | 28 | 43 |
| Octal | 314 | 210 | 211 | 0 | 41 | 41 | 24 | 547 | 50 | 103 |
| Binary | 11001100 | 10001000 | 10001001 | 0 | 100001 | 100001 | 10100 | 101100111 | 101000 | 1000011 |
Color Harmonies of #CC8889
Complementary color
Monochromatic Colors of #CC8889
Black with #CC8889
Text Example
Text Example
White with #CC8889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8889; }
p { color: rgb(204,136,137); }
H1.HeaderClassName
{
color: #CC8889;
}
.AnyTagClassName
{
color: #CC8889;
}
</style>
background-color css
<style>
a { background-color: #CC8889; }
a { background-color: rgb(204,136,137); }
div.DivClassName
{
background-color: #CC8889;
}
.BgClassName
{
background-color: #CC8889;
}
</style>
border-color css
<style>
span { border-color: #CC8889; }
span { border-color: rgb(204,136,137); }
td.TdClassName
{
border-color: #CC8889;
}
.TagClassName
{
border-color: #CC8889;
}
</style>