Shades of Fallow #C49760
Tints of Fallow #C49760
RGB
CMYK
RGB Variations
Color information
#C49760 (or 0xC49760) is known color: Fallow. HEX triplet: C4, 97 and 60. RGB value is (196,151,96). Sum of RGB (Red+Green+Blue) = 196+151+96=443 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.24% from 443); Green value is 151 (59.38% from 255 or 34.09% from 443); Blue value is 96 (37.89% from 255 or 21.67% from 443); Max value from RGB is 196 - color contains mainly: red. Hex color #C49760 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49760 is #3B689F. Grayscale: #9E9E9E. Windows color (decimal): -3893408 or 6330308. OLE color: 6330308.
HSL color Cylindrical-coordinate representation of color #C49760: hue angle of 33º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C49760 is Cyan = 0, Magento = 0.23, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 151 | 96 | - |
| CMYK | 0 | 0.23 | 0.51 | 0.23 |
| HSL | 33º | 0.46% | 0.57% | - |
| HSV(B) | 33º | 0.51% | 0.77% | - |
| XYZ | 35.94 | 34.71 | 15.87 | - |
| YUV | 158.19 | 92.91 | 154.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 151 | 96 | 0 | 0.23 | 0.51 | 0.23 | 33 | 0.46 | 0.57 |
| Hex | C4 | 97 | 60 | 0 | 17 | 33 | 17 | 21 | 2E | 39 |
| Octal | 304 | 227 | 140 | 0 | 27 | 63 | 27 | 41 | 56 | 71 |
| Binary | 11000100 | 10010111 | 1100000 | 0 | 10111 | 110011 | 10111 | 100001 | 101110 | 111001 |
Color Harmonies of #C49760
Complementary color
Monochromatic Colors of #C49760
Black with #C49760
Text Example
Text Example
White with #C49760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49760; }
p { color: rgb(196,151,96); }
H1.HeaderClassName
{
color: #C49760;
}
.AnyTagClassName
{
color: #C49760;
}
</style>
background-color css
<style>
a { background-color: #C49760; }
a { background-color: rgb(196,151,96); }
div.DivClassName
{
background-color: #C49760;
}
.BgClassName
{
background-color: #C49760;
}
</style>
border-color css
<style>
span { border-color: #C49760; }
span { border-color: rgb(196,151,96); }
td.TdClassName
{
border-color: #C49760;
}
.TagClassName
{
border-color: #C49760;
}
</style>