Shades of Puce #CC879D
Tints of Puce #CC879D
RGB
CMYK
RGB Variations
Color information
#CC879D (or 0xCC879D) is known color: Puce. HEX triplet: CC, 87 and 9D. RGB value is (204,135,157). Sum of RGB (Red+Green+Blue) = 204+135+157=496 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.13% from 496); Green value is 135 (53.12% from 255 or 27.22% from 496); Blue value is 157 (61.72% from 255 or 31.65% from 496); Max value from RGB is 204 - color contains mainly: red. Hex color #CC879D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC879D is #337862. Grayscale: #9E9E9E. Windows color (decimal): -3373155 or 10323916. OLE color: 10323916.
HSL color Cylindrical-coordinate representation of color #CC879D: hue angle of 340.87º 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 #CC879D is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 135 | 157 | - |
| CMYK | 0 | 0.34 | 0.23 | 0.2 |
| HSL | 340.87º | 0.4% | 0.66% | - |
| HSV(B) | 340.87º | 0.34% | 0.8% | - |
| XYZ | 39.65 | 32.6 | 36.1 | - |
| YUV | 158.14 | 127.36 | 160.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 135 | 157 | 0 | 0.34 | 0.23 | 0.2 | 340.87 | 0.4 | 0.66 |
| Hex | CC | 87 | 9D | 0 | 22 | 17 | 14 | 155 | 28 | 42 |
| Octal | 314 | 207 | 235 | 0 | 42 | 27 | 24 | 525 | 50 | 102 |
| Binary | 11001100 | 10000111 | 10011101 | 0 | 100010 | 10111 | 10100 | 101010101 | 101000 | 1000010 |
Color Harmonies of #CC879D
Complementary color
Monochromatic Colors of #CC879D
Black with #CC879D
Text Example
Text Example
White with #CC879D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC879D; }
p { color: rgb(204,135,157); }
H1.HeaderClassName
{
color: #CC879D;
}
.AnyTagClassName
{
color: #CC879D;
}
</style>
background-color css
<style>
a { background-color: #CC879D; }
a { background-color: rgb(204,135,157); }
div.DivClassName
{
background-color: #CC879D;
}
.BgClassName
{
background-color: #CC879D;
}
</style>
border-color css
<style>
span { border-color: #CC879D; }
span { border-color: rgb(204,135,157); }
td.TdClassName
{
border-color: #CC879D;
}
.TagClassName
{
border-color: #CC879D;
}
</style>