Shades of Puce #CC859C
Tints of Puce #CC859C
RGB
CMYK
RGB Variations
Color information
#CC859C (or 0xCC859C) is known color: Puce. HEX triplet: CC, 85 and 9C. RGB value is (204,133,156). Sum of RGB (Red+Green+Blue) = 204+133+156=493 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.38% from 493); Green value is 133 (52.34% from 255 or 26.98% from 493); Blue value is 156 (61.33% from 255 or 31.64% from 493); Max value from RGB is 204 - color contains mainly: red. Hex color #CC859C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC859C is #337A63. Grayscale: #9C9C9C. Windows color (decimal): -3373668 or 10257868. OLE color: 10257868.
HSL color Cylindrical-coordinate representation of color #CC859C: hue angle of 340.56º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CC859C is Cyan = 0, Magento = 0.35, Yellow = 0.24 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 133 | 156 | - |
| CMYK | 0 | 0.35 | 0.24 | 0.2 |
| HSL | 340.56º | 0.41% | 0.66% | - |
| HSV(B) | 340.56º | 0.35% | 0.8% | - |
| XYZ | 39.29 | 32.01 | 35.56 | - |
| YUV | 156.85 | 127.52 | 161.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 133 | 156 | 0 | 0.35 | 0.24 | 0.2 | 340.56 | 0.41 | 0.66 |
| Hex | CC | 85 | 9C | 0 | 23 | 18 | 14 | 155 | 29 | 42 |
| Octal | 314 | 205 | 234 | 0 | 43 | 30 | 24 | 525 | 51 | 102 |
| Binary | 11001100 | 10000101 | 10011100 | 0 | 100011 | 11000 | 10100 | 101010101 | 101001 | 1000010 |
Color Harmonies of #CC859C
Complementary color
Monochromatic Colors of #CC859C
Black with #CC859C
Text Example
Text Example
White with #CC859C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC859C; }
p { color: rgb(204,133,156); }
H1.HeaderClassName
{
color: #CC859C;
}
.AnyTagClassName
{
color: #CC859C;
}
</style>
background-color css
<style>
a { background-color: #CC859C; }
a { background-color: rgb(204,133,156); }
div.DivClassName
{
background-color: #CC859C;
}
.BgClassName
{
background-color: #CC859C;
}
</style>
border-color css
<style>
span { border-color: #CC859C; }
span { border-color: rgb(204,133,156); }
td.TdClassName
{
border-color: #CC859C;
}
.TagClassName
{
border-color: #CC859C;
}
</style>