Shades of Fallow #C49C74
Tints of Fallow #C49C74
RGB
CMYK
RGB Variations
Color information
#C49C74 (or 0xC49C74) is known color: Fallow. HEX triplet: C4, 9C and 74. RGB value is (196,156,116). Sum of RGB (Red+Green+Blue) = 196+156+116=468 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.88% from 468); Green value is 156 (61.33% from 255 or 33.33% from 468); Blue value is 116 (45.70% from 255 or 24.79% from 468); Max value from RGB is 196 - color contains mainly: red. Hex color #C49C74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49C74 is #3B638B. Grayscale: #A3A3A3. Windows color (decimal): -3892108 or 7642308. OLE color: 7642308.
HSL color Cylindrical-coordinate representation of color #C49C74: hue angle of 30º degrees, saturation: 0.4, 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 #C49C74 is Cyan = 0, Magento = 0.20, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 156 | 116 | - |
| CMYK | 0 | 0.20 | 0.41 | 0.23 |
| HSL | 30º | 0.4% | 0.61% | - |
| HSV(B) | 30º | 0.41% | 0.77% | - |
| XYZ | 37.81 | 36.77 | 21.63 | - |
| YUV | 163.4 | 101.25 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 156 | 116 | 0 | 0.20 | 0.41 | 0.23 | 30 | 0.4 | 0.61 |
| Hex | C4 | 9C | 74 | 0 | 14 | 29 | 17 | 1E | 28 | 3D |
| Octal | 304 | 234 | 164 | 0 | 24 | 51 | 27 | 36 | 50 | 75 |
| Binary | 11000100 | 10011100 | 1110100 | 0 | 10100 | 101001 | 10111 | 11110 | 101000 | 111101 |
Color Harmonies of #C49C74
Complementary color
Monochromatic Colors of #C49C74
Black with #C49C74
Text Example
Text Example
White with #C49C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49C74; }
p { color: rgb(196,156,116); }
H1.HeaderClassName
{
color: #C49C74;
}
.AnyTagClassName
{
color: #C49C74;
}
</style>
background-color css
<style>
a { background-color: #C49C74; }
a { background-color: rgb(196,156,116); }
div.DivClassName
{
background-color: #C49C74;
}
.BgClassName
{
background-color: #C49C74;
}
</style>
border-color css
<style>
span { border-color: #C49C74; }
span { border-color: rgb(196,156,116); }
td.TdClassName
{
border-color: #C49C74;
}
.TagClassName
{
border-color: #C49C74;
}
</style>