Shades of Fallow #C79864
Tints of Fallow #C79864
RGB
CMYK
RGB Variations
Color information
#C79864 (or 0xC79864) is known color: Fallow. HEX triplet: C7, 98 and 64. RGB value is (199,152,100). Sum of RGB (Red+Green+Blue) = 199+152+100=451 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.12% from 451); Green value is 152 (59.77% from 255 or 33.70% from 451); Blue value is 100 (39.45% from 255 or 22.17% from 451); Max value from RGB is 199 - color contains mainly: red. Hex color #C79864 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C79864 is #38679B. Grayscale: #A0A0A0. Windows color (decimal): -3696540 or 6592711. OLE color: 6592711.
HSL color Cylindrical-coordinate representation of color #C79864: hue angle of 31.52º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C79864 is Cyan = 0, Magento = 0.24, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 152 | 100 | - |
| CMYK | 0 | 0.24 | 0.50 | 0.22 |
| HSL | 31.52º | 0.47% | 0.59% | - |
| HSV(B) | 31.52º | 0.5% | 0.78% | - |
| XYZ | 37.08 | 35.52 | 16.96 | - |
| YUV | 160.13 | 94.07 | 155.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 152 | 100 | 0 | 0.24 | 0.50 | 0.22 | 31.52 | 0.47 | 0.59 |
| Hex | C7 | 98 | 64 | 0 | 18 | 32 | 16 | 20 | 2F | 3B |
| Octal | 307 | 230 | 144 | 0 | 30 | 62 | 26 | 40 | 57 | 73 |
| Binary | 11000111 | 10011000 | 1100100 | 0 | 11000 | 110010 | 10110 | 100000 | 101111 | 111011 |
Color Harmonies of #C79864
Complementary color
Monochromatic Colors of #C79864
Black with #C79864
Text Example
Text Example
White with #C79864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79864; }
p { color: rgb(199,152,100); }
H1.HeaderClassName
{
color: #C79864;
}
.AnyTagClassName
{
color: #C79864;
}
</style>
background-color css
<style>
a { background-color: #C79864; }
a { background-color: rgb(199,152,100); }
div.DivClassName
{
background-color: #C79864;
}
.BgClassName
{
background-color: #C79864;
}
</style>
border-color css
<style>
span { border-color: #C79864; }
span { border-color: rgb(199,152,100); }
td.TdClassName
{
border-color: #C79864;
}
.TagClassName
{
border-color: #C79864;
}
</style>