Shades of Puce #CC839F
Tints of Puce #CC839F
RGB
CMYK
RGB Variations
Color information
#CC839F (or 0xCC839F) is known color: Puce. HEX triplet: CC, 83 and 9F. RGB value is (204,131,159). Sum of RGB (Red+Green+Blue) = 204+131+159=494 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.30% from 494); Green value is 131 (51.56% from 255 or 26.52% from 494); Blue value is 159 (62.5% from 255 or 32.19% from 494); Max value from RGB is 204 - color contains mainly: red. Hex color #CC839F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC839F is #337C60. Grayscale: #9B9B9B. Windows color (decimal): -3374177 or 10453964. OLE color: 10453964.
HSL color Cylindrical-coordinate representation of color #CC839F: hue angle of 336.99º 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 #CC839F is Cyan = 0, Magento = 0.36, Yellow = 0.22 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 131 | 159 | - |
| CMYK | 0 | 0.36 | 0.22 | 0.2 |
| HSL | 336.99º | 0.42% | 0.66% | - |
| HSV(B) | 336.99º | 0.36% | 0.8% | - |
| XYZ | 39.28 | 31.57 | 36.83 | - |
| YUV | 156.02 | 129.68 | 162.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 131 | 159 | 0 | 0.36 | 0.22 | 0.2 | 336.99 | 0.42 | 0.66 |
| Hex | CC | 83 | 9F | 0 | 24 | 16 | 14 | 151 | 2A | 42 |
| Octal | 314 | 203 | 237 | 0 | 44 | 26 | 24 | 521 | 52 | 102 |
| Binary | 11001100 | 10000011 | 10011111 | 0 | 100100 | 10110 | 10100 | 101010001 | 101010 | 1000010 |
Color Harmonies of #CC839F
Complementary color
Monochromatic Colors of #CC839F
Black with #CC839F
Text Example
Text Example
White with #CC839F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC839F; }
p { color: rgb(204,131,159); }
H1.HeaderClassName
{
color: #CC839F;
}
.AnyTagClassName
{
color: #CC839F;
}
</style>
background-color css
<style>
a { background-color: #CC839F; }
a { background-color: rgb(204,131,159); }
div.DivClassName
{
background-color: #CC839F;
}
.BgClassName
{
background-color: #CC839F;
}
</style>
border-color css
<style>
span { border-color: #CC839F; }
span { border-color: rgb(204,131,159); }
td.TdClassName
{
border-color: #CC839F;
}
.TagClassName
{
border-color: #CC839F;
}
</style>