Shades of Puce #CC879E
Tints of Puce #CC879E
RGB
CMYK
RGB Variations
Color information
#CC879E (or 0xCC879E) is known color: Puce. HEX triplet: CC, 87 and 9E. RGB value is (204,135,158). Sum of RGB (Red+Green+Blue) = 204+135+158=497 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.05% from 497); Green value is 135 (53.12% from 255 or 27.16% from 497); Blue value is 158 (62.11% from 255 or 31.79% from 497); Max value from RGB is 204 - color contains mainly: red. Hex color #CC879E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC879E is #337861. Grayscale: #9E9E9E. Windows color (decimal): -3373154 or 10389452. OLE color: 10389452.
HSL color Cylindrical-coordinate representation of color #CC879E: hue angle of 340º 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 #CC879E is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 135 | 158 | - |
| CMYK | 0 | 0.34 | 0.23 | 0.2 |
| HSL | 340º | 0.4% | 0.66% | - |
| HSV(B) | 340º | 0.34% | 0.8% | - |
| XYZ | 39.74 | 32.63 | 36.55 | - |
| YUV | 158.25 | 127.86 | 160.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 135 | 158 | 0 | 0.34 | 0.23 | 0.2 | 340 | 0.4 | 0.66 |
| Hex | CC | 87 | 9E | 0 | 22 | 17 | 14 | 154 | 28 | 42 |
| Octal | 314 | 207 | 236 | 0 | 42 | 27 | 24 | 524 | 50 | 102 |
| Binary | 11001100 | 10000111 | 10011110 | 0 | 100010 | 10111 | 10100 | 101010100 | 101000 | 1000010 |
Color Harmonies of #CC879E
Complementary color
Monochromatic Colors of #CC879E
Black with #CC879E
Text Example
Text Example
White with #CC879E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC879E; }
p { color: rgb(204,135,158); }
H1.HeaderClassName
{
color: #CC879E;
}
.AnyTagClassName
{
color: #CC879E;
}
</style>
background-color css
<style>
a { background-color: #CC879E; }
a { background-color: rgb(204,135,158); }
div.DivClassName
{
background-color: #CC879E;
}
.BgClassName
{
background-color: #CC879E;
}
</style>
border-color css
<style>
span { border-color: #CC879E; }
span { border-color: rgb(204,135,158); }
td.TdClassName
{
border-color: #CC879E;
}
.TagClassName
{
border-color: #CC879E;
}
</style>