Shades of Puce #CC848E
Tints of Puce #CC848E
RGB
CMYK
RGB Variations
Color information
#CC848E (or 0xCC848E) is known color: Puce. HEX triplet: CC, 84 and 8E. RGB value is (204,132,142). Sum of RGB (Red+Green+Blue) = 204+132+142=478 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.68% from 478); Green value is 132 (51.95% from 255 or 27.62% from 478); Blue value is 142 (55.86% from 255 or 29.71% from 478); Max value from RGB is 204 - color contains mainly: red. Hex color #CC848E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC848E is #337B71. Grayscale: #9A9A9A. Windows color (decimal): -3373938 or 9340108. OLE color: 9340108.
HSL color Cylindrical-coordinate representation of color #CC848E: hue angle of 351.67º 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 #CC848E is Cyan = 0, Magento = 0.35, Yellow = 0.30 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 132 | 142 | - |
| CMYK | 0 | 0.35 | 0.30 | 0.2 |
| HSL | 351.67º | 0.41% | 0.66% | - |
| HSV(B) | 351.67º | 0.35% | 0.8% | - |
| XYZ | 38.04 | 31.29 | 29.63 | - |
| YUV | 154.67 | 120.85 | 163.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 132 | 142 | 0 | 0.35 | 0.30 | 0.2 | 351.67 | 0.41 | 0.66 |
| Hex | CC | 84 | 8E | 0 | 23 | 1E | 14 | 160 | 29 | 42 |
| Octal | 314 | 204 | 216 | 0 | 43 | 36 | 24 | 540 | 51 | 102 |
| Binary | 11001100 | 10000100 | 10001110 | 0 | 100011 | 11110 | 10100 | 101100000 | 101001 | 1000010 |
Color Harmonies of #CC848E
Complementary color
Monochromatic Colors of #CC848E
Black with #CC848E
Text Example
Text Example
White with #CC848E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC848E; }
p { color: rgb(204,132,142); }
H1.HeaderClassName
{
color: #CC848E;
}
.AnyTagClassName
{
color: #CC848E;
}
</style>
background-color css
<style>
a { background-color: #CC848E; }
a { background-color: rgb(204,132,142); }
div.DivClassName
{
background-color: #CC848E;
}
.BgClassName
{
background-color: #CC848E;
}
</style>
border-color css
<style>
span { border-color: #CC848E; }
span { border-color: rgb(204,132,142); }
td.TdClassName
{
border-color: #CC848E;
}
.TagClassName
{
border-color: #CC848E;
}
</style>