Shades of Puce #C7859B
Tints of Puce #C7859B
RGB
CMYK
RGB Variations
Color information
#C7859B (or 0xC7859B) is known color: Puce. HEX triplet: C7, 85 and 9B. RGB value is (199,133,155). Sum of RGB (Red+Green+Blue) = 199+133+155=487 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.86% from 487); Green value is 133 (52.34% from 255 or 27.31% from 487); Blue value is 155 (60.94% from 255 or 31.83% from 487); Max value from RGB is 199 - color contains mainly: red. Hex color #C7859B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7859B is #387A64. Grayscale: #9B9B9B. Windows color (decimal): -3701349 or 10192327. OLE color: 10192327.
HSL color Cylindrical-coordinate representation of color #C7859B: hue angle of 340º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C7859B is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 133 | 155 | - |
| CMYK | 0 | 0.33 | 0.22 | 0.22 |
| HSL | 340º | 0.37% | 0.65% | - |
| HSV(B) | 340º | 0.33% | 0.78% | - |
| XYZ | 37.86 | 31.28 | 35.05 | - |
| YUV | 155.24 | 127.87 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 133 | 155 | 0 | 0.33 | 0.22 | 0.22 | 340 | 0.37 | 0.65 |
| Hex | C7 | 85 | 9B | 0 | 21 | 16 | 16 | 154 | 25 | 41 |
| Octal | 307 | 205 | 233 | 0 | 41 | 26 | 26 | 524 | 45 | 101 |
| Binary | 11000111 | 10000101 | 10011011 | 0 | 100001 | 10110 | 10110 | 101010100 | 100101 | 1000001 |
Color Harmonies of #C7859B
Complementary color
Monochromatic Colors of #C7859B
Black with #C7859B
Text Example
Text Example
White with #C7859B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7859B; }
p { color: rgb(199,133,155); }
H1.HeaderClassName
{
color: #C7859B;
}
.AnyTagClassName
{
color: #C7859B;
}
</style>
background-color css
<style>
a { background-color: #C7859B; }
a { background-color: rgb(199,133,155); }
div.DivClassName
{
background-color: #C7859B;
}
.BgClassName
{
background-color: #C7859B;
}
</style>
border-color css
<style>
span { border-color: #C7859B; }
span { border-color: rgb(199,133,155); }
td.TdClassName
{
border-color: #C7859B;
}
.TagClassName
{
border-color: #C7859B;
}
</style>