Shades of Puce #CC879B
Tints of Puce #CC879B
RGB
CMYK
RGB Variations
Color information
#CC879B (or 0xCC879B) is known color: Puce. HEX triplet: CC, 87 and 9B. RGB value is (204,135,155). Sum of RGB (Red+Green+Blue) = 204+135+155=494 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.30% from 494); Green value is 135 (53.12% from 255 or 27.33% from 494); Blue value is 155 (60.94% from 255 or 31.38% from 494); Max value from RGB is 204 - color contains mainly: red. Hex color #CC879B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC879B is #337864. Grayscale: #9D9D9D. Windows color (decimal): -3373157 or 10192844. OLE color: 10192844.
HSL color Cylindrical-coordinate representation of color #CC879B: hue angle of 342.61º 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 #CC879B is Cyan = 0, Magento = 0.34, Yellow = 0.24 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 135 | 155 | - |
| CMYK | 0 | 0.34 | 0.24 | 0.2 |
| HSL | 342.61º | 0.4% | 0.66% | - |
| HSV(B) | 342.61º | 0.34% | 0.8% | - |
| XYZ | 39.48 | 32.53 | 35.21 | - |
| YUV | 157.91 | 126.36 | 160.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 135 | 155 | 0 | 0.34 | 0.24 | 0.2 | 342.61 | 0.4 | 0.66 |
| Hex | CC | 87 | 9B | 0 | 22 | 18 | 14 | 157 | 28 | 42 |
| Octal | 314 | 207 | 233 | 0 | 42 | 30 | 24 | 527 | 50 | 102 |
| Binary | 11001100 | 10000111 | 10011011 | 0 | 100010 | 11000 | 10100 | 101010111 | 101000 | 1000010 |
Color Harmonies of #CC879B
Complementary color
Monochromatic Colors of #CC879B
Black with #CC879B
Text Example
Text Example
White with #CC879B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC879B; }
p { color: rgb(204,135,155); }
H1.HeaderClassName
{
color: #CC879B;
}
.AnyTagClassName
{
color: #CC879B;
}
</style>
background-color css
<style>
a { background-color: #CC879B; }
a { background-color: rgb(204,135,155); }
div.DivClassName
{
background-color: #CC879B;
}
.BgClassName
{
background-color: #CC879B;
}
</style>
border-color css
<style>
span { border-color: #CC879B; }
span { border-color: rgb(204,135,155); }
td.TdClassName
{
border-color: #CC879B;
}
.TagClassName
{
border-color: #CC879B;
}
</style>