Shades of Puce #CC848C
Tints of Puce #CC848C
RGB
CMYK
RGB Variations
Color information
#CC848C (or 0xCC848C) is known color: Puce. HEX triplet: CC, 84 and 8C. RGB value is (204,132,140). Sum of RGB (Red+Green+Blue) = 204+132+140=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 132 (51.95% from 255 or 27.73% from 476); Blue value is 140 (55.08% from 255 or 29.41% from 476); Max value from RGB is 204 - color contains mainly: red. Hex color #CC848C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC848C is #337B73. Grayscale: #9A9A9A. Windows color (decimal): -3373940 or 9209036. OLE color: 9209036.
HSL color Cylindrical-coordinate representation of color #CC848C: hue angle of 353.33º 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 #CC848C is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 132 | 140 | - |
| CMYK | 0 | 0.35 | 0.31 | 0.2 |
| HSL | 353.33º | 0.41% | 0.66% | - |
| HSV(B) | 353.33º | 0.35% | 0.8% | - |
| XYZ | 37.89 | 31.23 | 28.84 | - |
| YUV | 154.44 | 119.85 | 163.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 132 | 140 | 0 | 0.35 | 0.31 | 0.2 | 353.33 | 0.41 | 0.66 |
| Hex | CC | 84 | 8C | 0 | 23 | 1F | 14 | 161 | 29 | 42 |
| Octal | 314 | 204 | 214 | 0 | 43 | 37 | 24 | 541 | 51 | 102 |
| Binary | 11001100 | 10000100 | 10001100 | 0 | 100011 | 11111 | 10100 | 101100001 | 101001 | 1000010 |
Color Harmonies of #CC848C
Complementary color
Monochromatic Colors of #CC848C
Black with #CC848C
Text Example
Text Example
White with #CC848C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC848C; }
p { color: rgb(204,132,140); }
H1.HeaderClassName
{
color: #CC848C;
}
.AnyTagClassName
{
color: #CC848C;
}
</style>
background-color css
<style>
a { background-color: #CC848C; }
a { background-color: rgb(204,132,140); }
div.DivClassName
{
background-color: #CC848C;
}
.BgClassName
{
background-color: #CC848C;
}
</style>
border-color css
<style>
span { border-color: #CC848C; }
span { border-color: rgb(204,132,140); }
td.TdClassName
{
border-color: #CC848C;
}
.TagClassName
{
border-color: #CC848C;
}
</style>