Shades of Puce #CC849C
Tints of Puce #CC849C
RGB
CMYK
RGB Variations
Color information
#CC849C (or 0xCC849C) is known color: Puce. HEX triplet: CC, 84 and 9C. RGB value is (204,132,156). Sum of RGB (Red+Green+Blue) = 204+132+156=492 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.46% from 492); Green value is 132 (51.95% from 255 or 26.83% from 492); Blue value is 156 (61.33% from 255 or 31.71% from 492); Max value from RGB is 204 - color contains mainly: red. Hex color #CC849C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC849C is #337B63. Grayscale: #9C9C9C. Windows color (decimal): -3373924 or 10257612. OLE color: 10257612.
HSL color Cylindrical-coordinate representation of color #CC849C: hue angle of 340º 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 #CC849C is Cyan = 0, Magento = 0.35, Yellow = 0.24 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 132 | 156 | - |
| CMYK | 0 | 0.35 | 0.24 | 0.2 |
| HSL | 340º | 0.41% | 0.66% | - |
| HSV(B) | 340º | 0.35% | 0.8% | - |
| XYZ | 39.15 | 31.74 | 35.52 | - |
| YUV | 156.26 | 127.85 | 162.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 132 | 156 | 0 | 0.35 | 0.24 | 0.2 | 340 | 0.41 | 0.66 |
| Hex | CC | 84 | 9C | 0 | 23 | 18 | 14 | 154 | 29 | 42 |
| Octal | 314 | 204 | 234 | 0 | 43 | 30 | 24 | 524 | 51 | 102 |
| Binary | 11001100 | 10000100 | 10011100 | 0 | 100011 | 11000 | 10100 | 101010100 | 101001 | 1000010 |
Color Harmonies of #CC849C
Complementary color
Monochromatic Colors of #CC849C
Black with #CC849C
Text Example
Text Example
White with #CC849C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC849C; }
p { color: rgb(204,132,156); }
H1.HeaderClassName
{
color: #CC849C;
}
.AnyTagClassName
{
color: #CC849C;
}
</style>
background-color css
<style>
a { background-color: #CC849C; }
a { background-color: rgb(204,132,156); }
div.DivClassName
{
background-color: #CC849C;
}
.BgClassName
{
background-color: #CC849C;
}
</style>
border-color css
<style>
span { border-color: #CC849C; }
span { border-color: rgb(204,132,156); }
td.TdClassName
{
border-color: #CC849C;
}
.TagClassName
{
border-color: #CC849C;
}
</style>