Shades of Puce #CC858D
Tints of Puce #CC858D
RGB
CMYK
RGB Variations
Color information
#CC858D (or 0xCC858D) is known color: Puce. HEX triplet: CC, 85 and 8D. RGB value is (204,133,141). Sum of RGB (Red+Green+Blue) = 204+133+141=478 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.68% from 478); Green value is 133 (52.34% from 255 or 27.82% from 478); Blue value is 141 (55.47% from 255 or 29.50% from 478); Max value from RGB is 204 - color contains mainly: red. Hex color #CC858D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC858D is #337A72. Grayscale: #9B9B9B. Windows color (decimal): -3373683 or 9274828. OLE color: 9274828.
HSL color Cylindrical-coordinate representation of color #CC858D: hue angle of 353.24º 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 #CC858D is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 133 | 141 | - |
| CMYK | 0 | 0.35 | 0.31 | 0.2 |
| HSL | 353.24º | 0.41% | 0.66% | - |
| HSV(B) | 353.24º | 0.35% | 0.8% | - |
| XYZ | 38.1 | 31.54 | 29.28 | - |
| YUV | 155.14 | 120.02 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 133 | 141 | 0 | 0.35 | 0.31 | 0.2 | 353.24 | 0.41 | 0.66 |
| Hex | CC | 85 | 8D | 0 | 23 | 1F | 14 | 161 | 29 | 42 |
| Octal | 314 | 205 | 215 | 0 | 43 | 37 | 24 | 541 | 51 | 102 |
| Binary | 11001100 | 10000101 | 10001101 | 0 | 100011 | 11111 | 10100 | 101100001 | 101001 | 1000010 |
Color Harmonies of #CC858D
Complementary color
Monochromatic Colors of #CC858D
Black with #CC858D
Text Example
Text Example
White with #CC858D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC858D; }
p { color: rgb(204,133,141); }
H1.HeaderClassName
{
color: #CC858D;
}
.AnyTagClassName
{
color: #CC858D;
}
</style>
background-color css
<style>
a { background-color: #CC858D; }
a { background-color: rgb(204,133,141); }
div.DivClassName
{
background-color: #CC858D;
}
.BgClassName
{
background-color: #CC858D;
}
</style>
border-color css
<style>
span { border-color: #CC858D; }
span { border-color: rgb(204,133,141); }
td.TdClassName
{
border-color: #CC858D;
}
.TagClassName
{
border-color: #CC858D;
}
</style>