Shades of Puce #C7839F
Tints of Puce #C7839F
RGB
CMYK
RGB Variations
Color information
#C7839F (or 0xC7839F) is known color: Puce. HEX triplet: C7, 83 and 9F. RGB value is (199,131,159). Sum of RGB (Red+Green+Blue) = 199+131+159=489 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.70% from 489); Green value is 131 (51.56% from 255 or 26.79% from 489); Blue value is 159 (62.5% from 255 or 32.52% from 489); Max value from RGB is 199 - color contains mainly: red. Hex color #C7839F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7839F is #387C60. Grayscale: #9A9A9A. Windows color (decimal): -3701857 or 10453959. OLE color: 10453959.
HSL color Cylindrical-coordinate representation of color #C7839F: hue angle of 335.29º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C7839F is Cyan = 0, Magento = 0.34, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 131 | 159 | - |
| CMYK | 0 | 0.34 | 0.20 | 0.22 |
| HSL | 335.29º | 0.38% | 0.65% | - |
| HSV(B) | 335.29º | 0.34% | 0.78% | - |
| XYZ | 37.93 | 30.88 | 36.76 | - |
| YUV | 154.52 | 130.53 | 159.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 131 | 159 | 0 | 0.34 | 0.20 | 0.22 | 335.29 | 0.38 | 0.65 |
| Hex | C7 | 83 | 9F | 0 | 22 | 14 | 16 | 14F | 26 | 41 |
| Octal | 307 | 203 | 237 | 0 | 42 | 24 | 26 | 517 | 46 | 101 |
| Binary | 11000111 | 10000011 | 10011111 | 0 | 100010 | 10100 | 10110 | 101001111 | 100110 | 1000001 |
Color Harmonies of #C7839F
Complementary color
Monochromatic Colors of #C7839F
Black with #C7839F
Text Example
Text Example
White with #C7839F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7839F; }
p { color: rgb(199,131,159); }
H1.HeaderClassName
{
color: #C7839F;
}
.AnyTagClassName
{
color: #C7839F;
}
</style>
background-color css
<style>
a { background-color: #C7839F; }
a { background-color: rgb(199,131,159); }
div.DivClassName
{
background-color: #C7839F;
}
.BgClassName
{
background-color: #C7839F;
}
</style>
border-color css
<style>
span { border-color: #C7839F; }
span { border-color: rgb(199,131,159); }
td.TdClassName
{
border-color: #C7839F;
}
.TagClassName
{
border-color: #C7839F;
}
</style>