Shades of Puce #CC878F
Tints of Puce #CC878F
RGB
CMYK
RGB Variations
Color information
#CC878F (or 0xCC878F) is known color: Puce. HEX triplet: CC, 87 and 8F. RGB value is (204,135,143). Sum of RGB (Red+Green+Blue) = 204+135+143=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 135 (53.12% from 255 or 28.01% from 482); Blue value is 143 (56.25% from 255 or 29.67% from 482); Max value from RGB is 204 - color contains mainly: red. Hex color #CC878F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC878F is #337870. Grayscale: #9C9C9C. Windows color (decimal): -3373169 or 9406412. OLE color: 9406412.
HSL color Cylindrical-coordinate representation of color #CC878F: hue angle of 353.04º 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 #CC878F is Cyan = 0, Magento = 0.34, Yellow = 0.30 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 135 | 143 | - |
| CMYK | 0 | 0.34 | 0.30 | 0.2 |
| HSL | 353.04º | 0.4% | 0.66% | - |
| HSV(B) | 353.04º | 0.34% | 0.8% | - |
| XYZ | 38.52 | 32.15 | 30.16 | - |
| YUV | 156.54 | 120.36 | 161.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 135 | 143 | 0 | 0.34 | 0.30 | 0.2 | 353.04 | 0.4 | 0.66 |
| Hex | CC | 87 | 8F | 0 | 22 | 1E | 14 | 161 | 28 | 42 |
| Octal | 314 | 207 | 217 | 0 | 42 | 36 | 24 | 541 | 50 | 102 |
| Binary | 11001100 | 10000111 | 10001111 | 0 | 100010 | 11110 | 10100 | 101100001 | 101000 | 1000010 |
Color Harmonies of #CC878F
Complementary color
Monochromatic Colors of #CC878F
Black with #CC878F
Text Example
Text Example
White with #CC878F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC878F; }
p { color: rgb(204,135,143); }
H1.HeaderClassName
{
color: #CC878F;
}
.AnyTagClassName
{
color: #CC878F;
}
</style>
background-color css
<style>
a { background-color: #CC878F; }
a { background-color: rgb(204,135,143); }
div.DivClassName
{
background-color: #CC878F;
}
.BgClassName
{
background-color: #CC878F;
}
</style>
border-color css
<style>
span { border-color: #CC878F; }
span { border-color: rgb(204,135,143); }
td.TdClassName
{
border-color: #CC878F;
}
.TagClassName
{
border-color: #CC878F;
}
</style>