Shades of Puce #CC839C
Tints of Puce #CC839C
RGB
CMYK
RGB Variations
Color information
#CC839C (or 0xCC839C) is known color: Puce. HEX triplet: CC, 83 and 9C. RGB value is (204,131,156). Sum of RGB (Red+Green+Blue) = 204+131+156=491 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.55% from 491); Green value is 131 (51.56% from 255 or 26.68% from 491); Blue value is 156 (61.33% from 255 or 31.77% from 491); Max value from RGB is 204 - color contains mainly: red. Hex color #CC839C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC839C is #337C63. Grayscale: #9B9B9B. Windows color (decimal): -3374180 or 10257356. OLE color: 10257356.
HSL color Cylindrical-coordinate representation of color #CC839C: hue angle of 339.45º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CC839C is Cyan = 0, Magento = 0.36, Yellow = 0.24 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 131 | 156 | - |
| CMYK | 0 | 0.36 | 0.24 | 0.2 |
| HSL | 339.45º | 0.42% | 0.66% | - |
| HSV(B) | 339.45º | 0.36% | 0.8% | - |
| XYZ | 39.02 | 31.47 | 35.47 | - |
| YUV | 155.68 | 128.18 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 131 | 156 | 0 | 0.36 | 0.24 | 0.2 | 339.45 | 0.42 | 0.66 |
| Hex | CC | 83 | 9C | 0 | 24 | 18 | 14 | 153 | 2A | 42 |
| Octal | 314 | 203 | 234 | 0 | 44 | 30 | 24 | 523 | 52 | 102 |
| Binary | 11001100 | 10000011 | 10011100 | 0 | 100100 | 11000 | 10100 | 101010011 | 101010 | 1000010 |
Color Harmonies of #CC839C
Complementary color
Monochromatic Colors of #CC839C
Black with #CC839C
Text Example
Text Example
White with #CC839C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC839C; }
p { color: rgb(204,131,156); }
H1.HeaderClassName
{
color: #CC839C;
}
.AnyTagClassName
{
color: #CC839C;
}
</style>
background-color css
<style>
a { background-color: #CC839C; }
a { background-color: rgb(204,131,156); }
div.DivClassName
{
background-color: #CC839C;
}
.BgClassName
{
background-color: #CC839C;
}
</style>
border-color css
<style>
span { border-color: #CC839C; }
span { border-color: rgb(204,131,156); }
td.TdClassName
{
border-color: #CC839C;
}
.TagClassName
{
border-color: #CC839C;
}
</style>