Shades of Fallow #C49971
Tints of Fallow #C49971
RGB
CMYK
RGB Variations
Color information
#C49971 (or 0xC49971) is known color: Fallow. HEX triplet: C4, 99 and 71. RGB value is (196,153,113). Sum of RGB (Red+Green+Blue) = 196+153+113=462 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.42% from 462); Green value is 153 (60.16% from 255 or 33.12% from 462); Blue value is 113 (44.53% from 255 or 24.46% from 462); Max value from RGB is 196 - color contains mainly: red. Hex color #C49971 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49971 is #3B668E. Grayscale: #A1A1A1. Windows color (decimal): -3892879 or 7444932. OLE color: 7444932.
HSL color Cylindrical-coordinate representation of color #C49971: hue angle of 28.92º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C49971 is Cyan = 0, Magento = 0.22, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 153 | 113 | - |
| CMYK | 0 | 0.22 | 0.42 | 0.23 |
| HSL | 28.92º | 0.41% | 0.61% | - |
| HSV(B) | 28.92º | 0.42% | 0.77% | - |
| XYZ | 37.14 | 35.71 | 20.56 | - |
| YUV | 161.3 | 100.75 | 152.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 153 | 113 | 0 | 0.22 | 0.42 | 0.23 | 28.92 | 0.41 | 0.61 |
| Hex | C4 | 99 | 71 | 0 | 16 | 2A | 17 | 1D | 29 | 3D |
| Octal | 304 | 231 | 161 | 0 | 26 | 52 | 27 | 35 | 51 | 75 |
| Binary | 11000100 | 10011001 | 1110001 | 0 | 10110 | 101010 | 10111 | 11101 | 101001 | 111101 |
Color Harmonies of #C49971
Complementary color
Monochromatic Colors of #C49971
Black with #C49971
Text Example
Text Example
White with #C49971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49971; }
p { color: rgb(196,153,113); }
H1.HeaderClassName
{
color: #C49971;
}
.AnyTagClassName
{
color: #C49971;
}
</style>
background-color css
<style>
a { background-color: #C49971; }
a { background-color: rgb(196,153,113); }
div.DivClassName
{
background-color: #C49971;
}
.BgClassName
{
background-color: #C49971;
}
</style>
border-color css
<style>
span { border-color: #C49971; }
span { border-color: rgb(196,153,113); }
td.TdClassName
{
border-color: #C49971;
}
.TagClassName
{
border-color: #C49971;
}
</style>