Shades of Puce #CC858E
Tints of Puce #CC858E
RGB
CMYK
RGB Variations
Color information
#CC858E (or 0xCC858E) is known color: Puce. HEX triplet: CC, 85 and 8E. RGB value is (204,133,142). Sum of RGB (Red+Green+Blue) = 204+133+142=479 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.59% from 479); Green value is 133 (52.34% from 255 or 27.77% from 479); Blue value is 142 (55.86% from 255 or 29.65% from 479); Max value from RGB is 204 - color contains mainly: red. Hex color #CC858E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC858E is #337A71. Grayscale: #9B9B9B. Windows color (decimal): -3373682 or 9340364. OLE color: 9340364.
HSL color Cylindrical-coordinate representation of color #CC858E: hue angle of 352.39º 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 #CC858E is Cyan = 0, Magento = 0.35, Yellow = 0.30 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 133 | 142 | - |
| CMYK | 0 | 0.35 | 0.30 | 0.2 |
| HSL | 352.39º | 0.41% | 0.66% | - |
| HSV(B) | 352.39º | 0.35% | 0.8% | - |
| XYZ | 38.17 | 31.57 | 29.67 | - |
| YUV | 155.26 | 120.52 | 162.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 133 | 142 | 0 | 0.35 | 0.30 | 0.2 | 352.39 | 0.41 | 0.66 |
| Hex | CC | 85 | 8E | 0 | 23 | 1E | 14 | 160 | 29 | 42 |
| Octal | 314 | 205 | 216 | 0 | 43 | 36 | 24 | 540 | 51 | 102 |
| Binary | 11001100 | 10000101 | 10001110 | 0 | 100011 | 11110 | 10100 | 101100000 | 101001 | 1000010 |
Color Harmonies of #CC858E
Complementary color
Monochromatic Colors of #CC858E
Black with #CC858E
Text Example
Text Example
White with #CC858E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC858E; }
p { color: rgb(204,133,142); }
H1.HeaderClassName
{
color: #CC858E;
}
.AnyTagClassName
{
color: #CC858E;
}
</style>
background-color css
<style>
a { background-color: #CC858E; }
a { background-color: rgb(204,133,142); }
div.DivClassName
{
background-color: #CC858E;
}
.BgClassName
{
background-color: #CC858E;
}
</style>
border-color css
<style>
span { border-color: #CC858E; }
span { border-color: rgb(204,133,142); }
td.TdClassName
{
border-color: #CC858E;
}
.TagClassName
{
border-color: #CC858E;
}
</style>