Shades of Puce #CC8895
Tints of Puce #CC8895
RGB
CMYK
RGB Variations
Color information
#CC8895 (or 0xCC8895) is known color: Puce. HEX triplet: CC, 88 and 95. RGB value is (204,136,149). Sum of RGB (Red+Green+Blue) = 204+136+149=489 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.72% from 489); Green value is 136 (53.52% from 255 or 27.81% from 489); Blue value is 149 (58.59% from 255 or 30.47% from 489); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8895 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8895 is #33776A. Grayscale: #9D9D9D. Windows color (decimal): -3372907 or 9799884. OLE color: 9799884.
HSL color Cylindrical-coordinate representation of color #CC8895: hue angle of 348.53º 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 #CC8895 is Cyan = 0, Magento = 0.33, Yellow = 0.27 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 136 | 149 | - |
| CMYK | 0 | 0.33 | 0.27 | 0.2 |
| HSL | 348.53º | 0.4% | 0.67% | - |
| HSV(B) | 348.53º | 0.33% | 0.8% | - |
| XYZ | 39.13 | 32.62 | 32.67 | - |
| YUV | 157.81 | 123.03 | 160.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 136 | 149 | 0 | 0.33 | 0.27 | 0.2 | 348.53 | 0.4 | 0.67 |
| Hex | CC | 88 | 95 | 0 | 21 | 1B | 14 | 15D | 28 | 43 |
| Octal | 314 | 210 | 225 | 0 | 41 | 33 | 24 | 535 | 50 | 103 |
| Binary | 11001100 | 10001000 | 10010101 | 0 | 100001 | 11011 | 10100 | 101011101 | 101000 | 1000011 |
Color Harmonies of #CC8895
Complementary color
Monochromatic Colors of #CC8895
Black with #CC8895
Text Example
Text Example
White with #CC8895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8895; }
p { color: rgb(204,136,149); }
H1.HeaderClassName
{
color: #CC8895;
}
.AnyTagClassName
{
color: #CC8895;
}
</style>
background-color css
<style>
a { background-color: #CC8895; }
a { background-color: rgb(204,136,149); }
div.DivClassName
{
background-color: #CC8895;
}
.BgClassName
{
background-color: #CC8895;
}
</style>
border-color css
<style>
span { border-color: #CC8895; }
span { border-color: rgb(204,136,149); }
td.TdClassName
{
border-color: #CC8895;
}
.TagClassName
{
border-color: #CC8895;
}
</style>