Shades of Puce #CC878A
Tints of Puce #CC878A
RGB
CMYK
RGB Variations
Color information
#CC878A (or 0xCC878A) is known color: Puce. HEX triplet: CC, 87 and 8A. RGB value is (204,135,138). Sum of RGB (Red+Green+Blue) = 204+135+138=477 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.77% from 477); Green value is 135 (53.12% from 255 or 28.30% from 477); Blue value is 138 (54.30% from 255 or 28.93% from 477); Max value from RGB is 204 - color contains mainly: red. Hex color #CC878A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC878A is #337875. Grayscale: #9C9C9C. Windows color (decimal): -3373174 or 9078732. OLE color: 9078732.
HSL color Cylindrical-coordinate representation of color #CC878A: hue angle of 357.39º 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 #CC878A is Cyan = 0, Magento = 0.34, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 135 | 138 | - |
| CMYK | 0 | 0.34 | 0.32 | 0.2 |
| HSL | 357.39º | 0.4% | 0.66% | - |
| HSV(B) | 357.39º | 0.34% | 0.8% | - |
| XYZ | 38.15 | 32 | 28.21 | - |
| YUV | 155.97 | 117.86 | 162.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 135 | 138 | 0 | 0.34 | 0.32 | 0.2 | 357.39 | 0.4 | 0.66 |
| Hex | CC | 87 | 8A | 0 | 22 | 20 | 14 | 165 | 28 | 42 |
| Octal | 314 | 207 | 212 | 0 | 42 | 40 | 24 | 545 | 50 | 102 |
| Binary | 11001100 | 10000111 | 10001010 | 0 | 100010 | 100000 | 10100 | 101100101 | 101000 | 1000010 |
Color Harmonies of #CC878A
Complementary color
Monochromatic Colors of #CC878A
Black with #CC878A
Text Example
Text Example
White with #CC878A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC878A; }
p { color: rgb(204,135,138); }
H1.HeaderClassName
{
color: #CC878A;
}
.AnyTagClassName
{
color: #CC878A;
}
</style>
background-color css
<style>
a { background-color: #CC878A; }
a { background-color: rgb(204,135,138); }
div.DivClassName
{
background-color: #CC878A;
}
.BgClassName
{
background-color: #CC878A;
}
</style>
border-color css
<style>
span { border-color: #CC878A; }
span { border-color: rgb(204,135,138); }
td.TdClassName
{
border-color: #CC878A;
}
.TagClassName
{
border-color: #CC878A;
}
</style>