Shades of Puce #CC858F
Tints of Puce #CC858F
RGB
CMYK
RGB Variations
Color information
#CC858F (or 0xCC858F) is known color: Puce. HEX triplet: CC, 85 and 8F. RGB value is (204,133,143). Sum of RGB (Red+Green+Blue) = 204+133+143=480 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.5% from 480); Green value is 133 (52.34% from 255 or 27.71% from 480); Blue value is 143 (56.25% from 255 or 29.79% from 480); Max value from RGB is 204 - color contains mainly: red. Hex color #CC858F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC858F is #337A70. Grayscale: #9B9B9B. Windows color (decimal): -3373681 or 9405900. OLE color: 9405900.
HSL color Cylindrical-coordinate representation of color #CC858F: hue angle of 351.55º 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 #CC858F is Cyan = 0, Magento = 0.35, Yellow = 0.30 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 133 | 143 | - |
| CMYK | 0 | 0.35 | 0.30 | 0.2 |
| HSL | 351.55º | 0.41% | 0.66% | - |
| HSV(B) | 351.55º | 0.35% | 0.8% | - |
| XYZ | 38.25 | 31.6 | 30.07 | - |
| YUV | 155.37 | 121.02 | 162.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 133 | 143 | 0 | 0.35 | 0.30 | 0.2 | 351.55 | 0.41 | 0.66 |
| Hex | CC | 85 | 8F | 0 | 23 | 1E | 14 | 160 | 29 | 42 |
| Octal | 314 | 205 | 217 | 0 | 43 | 36 | 24 | 540 | 51 | 102 |
| Binary | 11001100 | 10000101 | 10001111 | 0 | 100011 | 11110 | 10100 | 101100000 | 101001 | 1000010 |
Color Harmonies of #CC858F
Complementary color
Monochromatic Colors of #CC858F
Black with #CC858F
Text Example
Text Example
White with #CC858F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC858F; }
p { color: rgb(204,133,143); }
H1.HeaderClassName
{
color: #CC858F;
}
.AnyTagClassName
{
color: #CC858F;
}
</style>
background-color css
<style>
a { background-color: #CC858F; }
a { background-color: rgb(204,133,143); }
div.DivClassName
{
background-color: #CC858F;
}
.BgClassName
{
background-color: #CC858F;
}
</style>
border-color css
<style>
span { border-color: #CC858F; }
span { border-color: rgb(204,133,143); }
td.TdClassName
{
border-color: #CC858F;
}
.TagClassName
{
border-color: #CC858F;
}
</style>