Shades of Puce #CC879A
Tints of Puce #CC879A
RGB
CMYK
RGB Variations
Color information
#CC879A (or 0xCC879A) is known color: Puce. HEX triplet: CC, 87 and 9A. RGB value is (204,135,154). Sum of RGB (Red+Green+Blue) = 204+135+154=493 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.38% from 493); Green value is 135 (53.12% from 255 or 27.38% from 493); Blue value is 154 (60.55% from 255 or 31.24% from 493); Max value from RGB is 204 - color contains mainly: red. Hex color #CC879A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC879A is #337865. Grayscale: #9D9D9D. Windows color (decimal): -3373158 or 10127308. OLE color: 10127308.
HSL color Cylindrical-coordinate representation of color #CC879A: hue angle of 343.48º 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 #CC879A is Cyan = 0, Magento = 0.34, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 135 | 154 | - |
| CMYK | 0 | 0.34 | 0.25 | 0.2 |
| HSL | 343.48º | 0.4% | 0.66% | - |
| HSV(B) | 343.48º | 0.34% | 0.8% | - |
| XYZ | 39.4 | 32.5 | 34.77 | - |
| YUV | 157.8 | 125.86 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 135 | 154 | 0 | 0.34 | 0.25 | 0.2 | 343.48 | 0.4 | 0.66 |
| Hex | CC | 87 | 9A | 0 | 22 | 19 | 14 | 157 | 28 | 42 |
| Octal | 314 | 207 | 232 | 0 | 42 | 31 | 24 | 527 | 50 | 102 |
| Binary | 11001100 | 10000111 | 10011010 | 0 | 100010 | 11001 | 10100 | 101010111 | 101000 | 1000010 |
Color Harmonies of #CC879A
Complementary color
Monochromatic Colors of #CC879A
Black with #CC879A
Text Example
Text Example
White with #CC879A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC879A; }
p { color: rgb(204,135,154); }
H1.HeaderClassName
{
color: #CC879A;
}
.AnyTagClassName
{
color: #CC879A;
}
</style>
background-color css
<style>
a { background-color: #CC879A; }
a { background-color: rgb(204,135,154); }
div.DivClassName
{
background-color: #CC879A;
}
.BgClassName
{
background-color: #CC879A;
}
</style>
border-color css
<style>
span { border-color: #CC879A; }
span { border-color: rgb(204,135,154); }
td.TdClassName
{
border-color: #CC879A;
}
.TagClassName
{
border-color: #CC879A;
}
</style>