Shades of Puce #C7859D
Tints of Puce #C7859D
RGB
CMYK
RGB Variations
Color information
#C7859D (or 0xC7859D) is known color: Puce. HEX triplet: C7, 85 and 9D. RGB value is (199,133,157). Sum of RGB (Red+Green+Blue) = 199+133+157=489 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.70% from 489); Green value is 133 (52.34% from 255 or 27.20% from 489); Blue value is 157 (61.72% from 255 or 32.11% from 489); Max value from RGB is 199 - color contains mainly: red. Hex color #C7859D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7859D is #387A62. Grayscale: #9B9B9B. Windows color (decimal): -3701347 or 10323399. OLE color: 10323399.
HSL color Cylindrical-coordinate representation of color #C7859D: hue angle of 338.18º 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 #C7859D is Cyan = 0, Magento = 0.33, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 133 | 157 | - |
| CMYK | 0 | 0.33 | 0.21 | 0.22 |
| HSL | 338.18º | 0.37% | 0.65% | - |
| HSV(B) | 338.18º | 0.33% | 0.78% | - |
| XYZ | 38.03 | 31.35 | 35.95 | - |
| YUV | 155.47 | 128.87 | 159.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 133 | 157 | 0 | 0.33 | 0.21 | 0.22 | 338.18 | 0.37 | 0.65 |
| Hex | C7 | 85 | 9D | 0 | 21 | 15 | 16 | 152 | 25 | 41 |
| Octal | 307 | 205 | 235 | 0 | 41 | 25 | 26 | 522 | 45 | 101 |
| Binary | 11000111 | 10000101 | 10011101 | 0 | 100001 | 10101 | 10110 | 101010010 | 100101 | 1000001 |
Color Harmonies of #C7859D
Complementary color
Monochromatic Colors of #C7859D
Black with #C7859D
Text Example
Text Example
White with #C7859D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7859D; }
p { color: rgb(199,133,157); }
H1.HeaderClassName
{
color: #C7859D;
}
.AnyTagClassName
{
color: #C7859D;
}
</style>
background-color css
<style>
a { background-color: #C7859D; }
a { background-color: rgb(199,133,157); }
div.DivClassName
{
background-color: #C7859D;
}
.BgClassName
{
background-color: #C7859D;
}
</style>
border-color css
<style>
span { border-color: #C7859D; }
span { border-color: rgb(199,133,157); }
td.TdClassName
{
border-color: #C7859D;
}
.TagClassName
{
border-color: #C7859D;
}
</style>