Shades of Puce #CC8788
Tints of Puce #CC8788
RGB
CMYK
RGB Variations
Color information
#CC8788 (or 0xCC8788) is known color: Puce. HEX triplet: CC, 87 and 88. RGB value is (204,135,136). Sum of RGB (Red+Green+Blue) = 204+135+136=475 (62% of max value = 765). Red value is 204 (80.08% from 255 or 42.95% from 475); Green value is 135 (53.12% from 255 or 28.42% from 475); Blue value is 136 (53.52% from 255 or 28.63% from 475); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8788 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8788 is #337877. Grayscale: #9B9B9B. Windows color (decimal): -3373176 or 8947660. OLE color: 8947660.
HSL color Cylindrical-coordinate representation of color #CC8788: hue angle of 359.13º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CC8788 is Cyan = 0, Magento = 0.34, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 135 | 136 | - |
| CMYK | 0 | 0.34 | 0.33 | 0.2 |
| HSL | 359.13º | 0.4% | 0.66% | - |
| HSV(B) | 359.13º | 0.34% | 0.8% | - |
| XYZ | 38.01 | 31.94 | 27.45 | - |
| YUV | 155.75 | 116.86 | 162.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 135 | 136 | 0 | 0.34 | 0.33 | 0.2 | 359.13 | 0.4 | 0.66 |
| Hex | CC | 87 | 88 | 0 | 22 | 21 | 14 | 167 | 28 | 42 |
| Octal | 314 | 207 | 210 | 0 | 42 | 41 | 24 | 547 | 50 | 102 |
| Binary | 11001100 | 10000111 | 10001000 | 0 | 100010 | 100001 | 10100 | 101100111 | 101000 | 1000010 |
Color Harmonies of #CC8788
Complementary color
Monochromatic Colors of #CC8788
Black with #CC8788
Text Example
Text Example
White with #CC8788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8788; }
p { color: rgb(204,135,136); }
H1.HeaderClassName
{
color: #CC8788;
}
.AnyTagClassName
{
color: #CC8788;
}
</style>
background-color css
<style>
a { background-color: #CC8788; }
a { background-color: rgb(204,135,136); }
div.DivClassName
{
background-color: #CC8788;
}
.BgClassName
{
background-color: #CC8788;
}
</style>
border-color css
<style>
span { border-color: #CC8788; }
span { border-color: rgb(204,135,136); }
td.TdClassName
{
border-color: #CC8788;
}
.TagClassName
{
border-color: #CC8788;
}
</style>