Shades of Fallow #C79771
Tints of Fallow #C79771
RGB
CMYK
RGB Variations
Color information
#C79771 (or 0xC79771) is known color: Fallow. HEX triplet: C7, 97 and 71. RGB value is (199,151,113). Sum of RGB (Red+Green+Blue) = 199+151+113=463 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.98% from 463); Green value is 151 (59.38% from 255 or 32.61% from 463); Blue value is 113 (44.53% from 255 or 24.41% from 463); Max value from RGB is 199 - color contains mainly: red. Hex color #C79771 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C79771 is #38688E. Grayscale: #A1A1A1. Windows color (decimal): -3696783 or 7444423. OLE color: 7444423.
HSL color Cylindrical-coordinate representation of color #C79771: hue angle of 26.51º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C79771 is Cyan = 0, Magento = 0.24, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 151 | 113 | - |
| CMYK | 0 | 0.24 | 0.43 | 0.22 |
| HSL | 26.51º | 0.43% | 0.61% | - |
| HSV(B) | 26.51º | 0.43% | 0.78% | - |
| XYZ | 37.6 | 35.47 | 20.49 | - |
| YUV | 161.02 | 100.9 | 155.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 151 | 113 | 0 | 0.24 | 0.43 | 0.22 | 26.51 | 0.43 | 0.61 |
| Hex | C7 | 97 | 71 | 0 | 18 | 2B | 16 | 1B | 2B | 3D |
| Octal | 307 | 227 | 161 | 0 | 30 | 53 | 26 | 33 | 53 | 75 |
| Binary | 11000111 | 10010111 | 1110001 | 0 | 11000 | 101011 | 10110 | 11011 | 101011 | 111101 |
Color Harmonies of #C79771
Complementary color
Monochromatic Colors of #C79771
Black with #C79771
Text Example
Text Example
White with #C79771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79771; }
p { color: rgb(199,151,113); }
H1.HeaderClassName
{
color: #C79771;
}
.AnyTagClassName
{
color: #C79771;
}
</style>
background-color css
<style>
a { background-color: #C79771; }
a { background-color: rgb(199,151,113); }
div.DivClassName
{
background-color: #C79771;
}
.BgClassName
{
background-color: #C79771;
}
</style>
border-color css
<style>
span { border-color: #C79771; }
span { border-color: rgb(199,151,113); }
td.TdClassName
{
border-color: #C79771;
}
.TagClassName
{
border-color: #C79771;
}
</style>