Shades of Puce #CC839A
Tints of Puce #CC839A
RGB
CMYK
RGB Variations
Color information
#CC839A (or 0xCC839A) is known color: Puce. HEX triplet: CC, 83 and 9A. RGB value is (204,131,154). Sum of RGB (Red+Green+Blue) = 204+131+154=489 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.72% from 489); Green value is 131 (51.56% from 255 or 26.79% from 489); Blue value is 154 (60.55% from 255 or 31.49% from 489); Max value from RGB is 204 - color contains mainly: red. Hex color #CC839A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC839A is #337C65. Grayscale: #9B9B9B. Windows color (decimal): -3374182 or 10126284. OLE color: 10126284.
HSL color Cylindrical-coordinate representation of color #CC839A: hue angle of 341.1º 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 #CC839A is Cyan = 0, Magento = 0.36, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 131 | 154 | - |
| CMYK | 0 | 0.36 | 0.25 | 0.2 |
| HSL | 341.1º | 0.42% | 0.66% | - |
| HSV(B) | 341.1º | 0.36% | 0.8% | - |
| XYZ | 38.85 | 31.4 | 34.59 | - |
| YUV | 155.45 | 127.18 | 162.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 131 | 154 | 0 | 0.36 | 0.25 | 0.2 | 341.1 | 0.42 | 0.66 |
| Hex | CC | 83 | 9A | 0 | 24 | 19 | 14 | 155 | 2A | 42 |
| Octal | 314 | 203 | 232 | 0 | 44 | 31 | 24 | 525 | 52 | 102 |
| Binary | 11001100 | 10000011 | 10011010 | 0 | 100100 | 11001 | 10100 | 101010101 | 101010 | 1000010 |
Color Harmonies of #CC839A
Complementary color
Monochromatic Colors of #CC839A
Black with #CC839A
Text Example
Text Example
White with #CC839A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC839A; }
p { color: rgb(204,131,154); }
H1.HeaderClassName
{
color: #CC839A;
}
.AnyTagClassName
{
color: #CC839A;
}
</style>
background-color css
<style>
a { background-color: #CC839A; }
a { background-color: rgb(204,131,154); }
div.DivClassName
{
background-color: #CC839A;
}
.BgClassName
{
background-color: #CC839A;
}
</style>
border-color css
<style>
span { border-color: #CC839A; }
span { border-color: rgb(204,131,154); }
td.TdClassName
{
border-color: #CC839A;
}
.TagClassName
{
border-color: #CC839A;
}
</style>