Shades of Fallow #C49464
Tints of Fallow #C49464
RGB
CMYK
RGB Variations
Color information
#C49464 (or 0xC49464) is known color: Fallow. HEX triplet: C4, 94 and 64. RGB value is (196,148,100). Sum of RGB (Red+Green+Blue) = 196+148+100=444 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.14% from 444); Green value is 148 (58.20% from 255 or 33.33% from 444); Blue value is 100 (39.45% from 255 or 22.52% from 444); Max value from RGB is 196 - color contains mainly: red. Hex color #C49464 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49464 is #3B6B9B. Grayscale: #9D9D9D. Windows color (decimal): -3894172 or 6591684. OLE color: 6591684.
HSL color Cylindrical-coordinate representation of color #C49464: hue angle of 30º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C49464 is Cyan = 0, Magento = 0.24, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 148 | 100 | - |
| CMYK | 0 | 0.24 | 0.49 | 0.23 |
| HSL | 30º | 0.45% | 0.58% | - |
| HSV(B) | 30º | 0.49% | 0.77% | - |
| XYZ | 35.66 | 33.84 | 16.71 | - |
| YUV | 156.88 | 95.9 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 148 | 100 | 0 | 0.24 | 0.49 | 0.23 | 30 | 0.45 | 0.58 |
| Hex | C4 | 94 | 64 | 0 | 18 | 31 | 17 | 1E | 2D | 3A |
| Octal | 304 | 224 | 144 | 0 | 30 | 61 | 27 | 36 | 55 | 72 |
| Binary | 11000100 | 10010100 | 1100100 | 0 | 11000 | 110001 | 10111 | 11110 | 101101 | 111010 |
Color Harmonies of #C49464
Complementary color
Monochromatic Colors of #C49464
Black with #C49464
Text Example
Text Example
White with #C49464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49464; }
p { color: rgb(196,148,100); }
H1.HeaderClassName
{
color: #C49464;
}
.AnyTagClassName
{
color: #C49464;
}
</style>
background-color css
<style>
a { background-color: #C49464; }
a { background-color: rgb(196,148,100); }
div.DivClassName
{
background-color: #C49464;
}
.BgClassName
{
background-color: #C49464;
}
</style>
border-color css
<style>
span { border-color: #C49464; }
span { border-color: rgb(196,148,100); }
td.TdClassName
{
border-color: #C49464;
}
.TagClassName
{
border-color: #C49464;
}
</style>