Shades of Fallow #C49973
Tints of Fallow #C49973
RGB
CMYK
RGB Variations
Color information
#C49973 (or 0xC49973) is known color: Fallow. HEX triplet: C4, 99 and 73. RGB value is (196,153,115). Sum of RGB (Red+Green+Blue) = 196+153+115=464 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.24% from 464); Green value is 153 (60.16% from 255 or 32.97% from 464); Blue value is 115 (45.31% from 255 or 24.78% from 464); Max value from RGB is 196 - color contains mainly: red. Hex color #C49973 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49973 is #3B668C. Grayscale: #A1A1A1. Windows color (decimal): -3892877 or 7576004. OLE color: 7576004.
HSL color Cylindrical-coordinate representation of color #C49973: hue angle of 28.15º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C49973 is Cyan = 0, Magento = 0.22, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 153 | 115 | - |
| CMYK | 0 | 0.22 | 0.41 | 0.23 |
| HSL | 28.15º | 0.41% | 0.61% | - |
| HSV(B) | 28.15º | 0.41% | 0.77% | - |
| XYZ | 37.25 | 35.76 | 21.16 | - |
| YUV | 161.53 | 101.75 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 153 | 115 | 0 | 0.22 | 0.41 | 0.23 | 28.15 | 0.41 | 0.61 |
| Hex | C4 | 99 | 73 | 0 | 16 | 29 | 17 | 1C | 29 | 3D |
| Octal | 304 | 231 | 163 | 0 | 26 | 51 | 27 | 34 | 51 | 75 |
| Binary | 11000100 | 10011001 | 1110011 | 0 | 10110 | 101001 | 10111 | 11100 | 101001 | 111101 |
Color Harmonies of #C49973
Complementary color
Monochromatic Colors of #C49973
Black with #C49973
Text Example
Text Example
White with #C49973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49973; }
p { color: rgb(196,153,115); }
H1.HeaderClassName
{
color: #C49973;
}
.AnyTagClassName
{
color: #C49973;
}
</style>
background-color css
<style>
a { background-color: #C49973; }
a { background-color: rgb(196,153,115); }
div.DivClassName
{
background-color: #C49973;
}
.BgClassName
{
background-color: #C49973;
}
</style>
border-color css
<style>
span { border-color: #C49973; }
span { border-color: rgb(196,153,115); }
td.TdClassName
{
border-color: #C49973;
}
.TagClassName
{
border-color: #C49973;
}
</style>