Shades of Puce #CC858C
Tints of Puce #CC858C
RGB
CMYK
RGB Variations
Color information
#CC858C (or 0xCC858C) is known color: Puce. HEX triplet: CC, 85 and 8C. RGB value is (204,133,140). Sum of RGB (Red+Green+Blue) = 204+133+140=477 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.77% from 477); Green value is 133 (52.34% from 255 or 27.88% from 477); Blue value is 140 (55.08% from 255 or 29.35% from 477); Max value from RGB is 204 - color contains mainly: red. Hex color #CC858C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC858C is #337A73. Grayscale: #9B9B9B. Windows color (decimal): -3373684 or 9209292. OLE color: 9209292.
HSL color Cylindrical-coordinate representation of color #CC858C: hue angle of 354.08º 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 #CC858C is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 133 | 140 | - |
| CMYK | 0 | 0.35 | 0.31 | 0.2 |
| HSL | 354.08º | 0.41% | 0.66% | - |
| HSV(B) | 354.08º | 0.35% | 0.8% | - |
| XYZ | 38.02 | 31.51 | 28.89 | - |
| YUV | 155.03 | 119.52 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 133 | 140 | 0 | 0.35 | 0.31 | 0.2 | 354.08 | 0.41 | 0.66 |
| Hex | CC | 85 | 8C | 0 | 23 | 1F | 14 | 162 | 29 | 42 |
| Octal | 314 | 205 | 214 | 0 | 43 | 37 | 24 | 542 | 51 | 102 |
| Binary | 11001100 | 10000101 | 10001100 | 0 | 100011 | 11111 | 10100 | 101100010 | 101001 | 1000010 |
Color Harmonies of #CC858C
Complementary color
Monochromatic Colors of #CC858C
Black with #CC858C
Text Example
Text Example
White with #CC858C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC858C; }
p { color: rgb(204,133,140); }
H1.HeaderClassName
{
color: #CC858C;
}
.AnyTagClassName
{
color: #CC858C;
}
</style>
background-color css
<style>
a { background-color: #CC858C; }
a { background-color: rgb(204,133,140); }
div.DivClassName
{
background-color: #CC858C;
}
.BgClassName
{
background-color: #CC858C;
}
</style>
border-color css
<style>
span { border-color: #CC858C; }
span { border-color: rgb(204,133,140); }
td.TdClassName
{
border-color: #CC858C;
}
.TagClassName
{
border-color: #CC858C;
}
</style>