Shades of Fallow #C49471
Tints of Fallow #C49471
RGB
CMYK
RGB Variations
Color information
#C49471 (or 0xC49471) is known color: Fallow. HEX triplet: C4, 94 and 71. RGB value is (196,148,113). Sum of RGB (Red+Green+Blue) = 196+148+113=457 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.89% from 457); Green value is 148 (58.20% from 255 or 32.39% from 457); Blue value is 113 (44.53% from 255 or 24.73% from 457); Max value from RGB is 196 - color contains mainly: red. Hex color #C49471 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49471 is #3B6B8E. Grayscale: #9E9E9E. Windows color (decimal): -3894159 or 7443652. OLE color: 7443652.
HSL color Cylindrical-coordinate representation of color #C49471: hue angle of 25.3º 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 #C49471 is Cyan = 0, Magento = 0.24, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 148 | 113 | - |
| CMYK | 0 | 0.24 | 0.42 | 0.23 |
| HSL | 25.3º | 0.41% | 0.61% | - |
| HSV(B) | 25.3º | 0.42% | 0.77% | - |
| XYZ | 36.34 | 34.11 | 20.29 | - |
| YUV | 158.36 | 102.4 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 148 | 113 | 0 | 0.24 | 0.42 | 0.23 | 25.3 | 0.41 | 0.61 |
| Hex | C4 | 94 | 71 | 0 | 18 | 2A | 17 | 19 | 29 | 3D |
| Octal | 304 | 224 | 161 | 0 | 30 | 52 | 27 | 31 | 51 | 75 |
| Binary | 11000100 | 10010100 | 1110001 | 0 | 11000 | 101010 | 10111 | 11001 | 101001 | 111101 |
Color Harmonies of #C49471
Complementary color
Monochromatic Colors of #C49471
Black with #C49471
Text Example
Text Example
White with #C49471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49471; }
p { color: rgb(196,148,113); }
H1.HeaderClassName
{
color: #C49471;
}
.AnyTagClassName
{
color: #C49471;
}
</style>
background-color css
<style>
a { background-color: #C49471; }
a { background-color: rgb(196,148,113); }
div.DivClassName
{
background-color: #C49471;
}
.BgClassName
{
background-color: #C49471;
}
</style>
border-color css
<style>
span { border-color: #C49471; }
span { border-color: rgb(196,148,113); }
td.TdClassName
{
border-color: #C49471;
}
.TagClassName
{
border-color: #C49471;
}
</style>