Shades of Fallow #C79862
Tints of Fallow #C79862
RGB
CMYK
RGB Variations
Color information
#C79862 (or 0xC79862) is known color: Fallow. HEX triplet: C7, 98 and 62. RGB value is (199,152,98). Sum of RGB (Red+Green+Blue) = 199+152+98=449 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.32% from 449); Green value is 152 (59.77% from 255 or 33.85% from 449); Blue value is 98 (38.67% from 255 or 21.83% from 449); Max value from RGB is 199 - color contains mainly: red. Hex color #C79862 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C79862 is #38679D. Grayscale: #A0A0A0. Windows color (decimal): -3696542 or 6461639. OLE color: 6461639.
HSL color Cylindrical-coordinate representation of color #C79862: hue angle of 32.08º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C79862 is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 152 | 98 | - |
| CMYK | 0 | 0.24 | 0.51 | 0.22 |
| HSL | 32.08º | 0.47% | 0.58% | - |
| HSV(B) | 32.08º | 0.51% | 0.78% | - |
| XYZ | 36.99 | 35.48 | 16.45 | - |
| YUV | 159.9 | 93.07 | 155.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 152 | 98 | 0 | 0.24 | 0.51 | 0.22 | 32.08 | 0.47 | 0.58 |
| Hex | C7 | 98 | 62 | 0 | 18 | 33 | 16 | 20 | 2F | 3A |
| Octal | 307 | 230 | 142 | 0 | 30 | 63 | 26 | 40 | 57 | 72 |
| Binary | 11000111 | 10011000 | 1100010 | 0 | 11000 | 110011 | 10110 | 100000 | 101111 | 111010 |
Color Harmonies of #C79862
Complementary color
Monochromatic Colors of #C79862
Black with #C79862
Text Example
Text Example
White with #C79862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79862; }
p { color: rgb(199,152,98); }
H1.HeaderClassName
{
color: #C79862;
}
.AnyTagClassName
{
color: #C79862;
}
</style>
background-color css
<style>
a { background-color: #C79862; }
a { background-color: rgb(199,152,98); }
div.DivClassName
{
background-color: #C79862;
}
.BgClassName
{
background-color: #C79862;
}
</style>
border-color css
<style>
span { border-color: #C79862; }
span { border-color: rgb(199,152,98); }
td.TdClassName
{
border-color: #C79862;
}
.TagClassName
{
border-color: #C79862;
}
</style>