Shades of Puce #C7839B
Tints of Puce #C7839B
RGB
CMYK
RGB Variations
Color information
#C7839B (or 0xC7839B) is known color: Puce. HEX triplet: C7, 83 and 9B. RGB value is (199,131,155). Sum of RGB (Red+Green+Blue) = 199+131+155=485 (64% of max value = 765). Red value is 199 (78.12% from 255 or 41.03% from 485); Green value is 131 (51.56% from 255 or 27.01% from 485); Blue value is 155 (60.94% from 255 or 31.96% from 485); Max value from RGB is 199 - color contains mainly: red. Hex color #C7839B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7839B is #387C64. Grayscale: #9A9A9A. Windows color (decimal): -3701861 or 10191815. OLE color: 10191815.
HSL color Cylindrical-coordinate representation of color #C7839B: hue angle of 338.82º 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 #C7839B is Cyan = 0, Magento = 0.34, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 131 | 155 | - |
| CMYK | 0 | 0.34 | 0.22 | 0.22 |
| HSL | 338.82º | 0.38% | 0.65% | - |
| HSV(B) | 338.82º | 0.34% | 0.78% | - |
| XYZ | 37.59 | 30.74 | 34.96 | - |
| YUV | 154.07 | 128.53 | 160.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 131 | 155 | 0 | 0.34 | 0.22 | 0.22 | 338.82 | 0.38 | 0.65 |
| Hex | C7 | 83 | 9B | 0 | 22 | 16 | 16 | 153 | 26 | 41 |
| Octal | 307 | 203 | 233 | 0 | 42 | 26 | 26 | 523 | 46 | 101 |
| Binary | 11000111 | 10000011 | 10011011 | 0 | 100010 | 10110 | 10110 | 101010011 | 100110 | 1000001 |
Color Harmonies of #C7839B
Complementary color
Monochromatic Colors of #C7839B
Black with #C7839B
Text Example
Text Example
White with #C7839B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7839B; }
p { color: rgb(199,131,155); }
H1.HeaderClassName
{
color: #C7839B;
}
.AnyTagClassName
{
color: #C7839B;
}
</style>
background-color css
<style>
a { background-color: #C7839B; }
a { background-color: rgb(199,131,155); }
div.DivClassName
{
background-color: #C7839B;
}
.BgClassName
{
background-color: #C7839B;
}
</style>
border-color css
<style>
span { border-color: #C7839B; }
span { border-color: rgb(199,131,155); }
td.TdClassName
{
border-color: #C7839B;
}
.TagClassName
{
border-color: #C7839B;
}
</style>