Shades of Puce #CC859E
Tints of Puce #CC859E
RGB
CMYK
RGB Variations
Color information
#CC859E (or 0xCC859E) is known color: Puce. HEX triplet: CC, 85 and 9E. RGB value is (204,133,158). Sum of RGB (Red+Green+Blue) = 204+133+158=495 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.21% from 495); Green value is 133 (52.34% from 255 or 26.87% from 495); Blue value is 158 (62.11% from 255 or 31.92% from 495); Max value from RGB is 204 - color contains mainly: red. Hex color #CC859E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC859E is #337A61. Grayscale: #9D9D9D. Windows color (decimal): -3373666 or 10388940. OLE color: 10388940.
HSL color Cylindrical-coordinate representation of color #CC859E: hue angle of 338.87º 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 #CC859E is Cyan = 0, Magento = 0.35, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 133 | 158 | - |
| CMYK | 0 | 0.35 | 0.23 | 0.2 |
| HSL | 338.87º | 0.41% | 0.66% | - |
| HSV(B) | 338.87º | 0.35% | 0.8% | - |
| XYZ | 39.46 | 32.08 | 36.46 | - |
| YUV | 157.08 | 128.52 | 161.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 133 | 158 | 0 | 0.35 | 0.23 | 0.2 | 338.87 | 0.41 | 0.66 |
| Hex | CC | 85 | 9E | 0 | 23 | 17 | 14 | 153 | 29 | 42 |
| Octal | 314 | 205 | 236 | 0 | 43 | 27 | 24 | 523 | 51 | 102 |
| Binary | 11001100 | 10000101 | 10011110 | 0 | 100011 | 10111 | 10100 | 101010011 | 101001 | 1000010 |
Color Harmonies of #CC859E
Complementary color
Monochromatic Colors of #CC859E
Black with #CC859E
Text Example
Text Example
White with #CC859E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC859E; }
p { color: rgb(204,133,158); }
H1.HeaderClassName
{
color: #CC859E;
}
.AnyTagClassName
{
color: #CC859E;
}
</style>
background-color css
<style>
a { background-color: #CC859E; }
a { background-color: rgb(204,133,158); }
div.DivClassName
{
background-color: #CC859E;
}
.BgClassName
{
background-color: #CC859E;
}
</style>
border-color css
<style>
span { border-color: #CC859E; }
span { border-color: rgb(204,133,158); }
td.TdClassName
{
border-color: #CC859E;
}
.TagClassName
{
border-color: #CC859E;
}
</style>