Shades of Fallow #C49F72
Tints of Fallow #C49F72
RGB
CMYK
RGB Variations
Color information
#C49F72 (or 0xC49F72) is known color: Fallow. HEX triplet: C4, 9F and 72. RGB value is (196,159,114). Sum of RGB (Red+Green+Blue) = 196+159+114=469 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.79% from 469); Green value is 159 (62.5% from 255 or 33.90% from 469); Blue value is 114 (44.92% from 255 or 24.31% from 469); Max value from RGB is 196 - color contains mainly: red. Hex color #C49F72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49F72 is #3B608D. Grayscale: #A5A5A5. Windows color (decimal): -3891342 or 7512004. OLE color: 7512004.
HSL color Cylindrical-coordinate representation of color #C49F72: hue angle of 32.93º 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 #C49F72 is Cyan = 0, Magento = 0.19, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 159 | 114 | - |
| CMYK | 0 | 0.19 | 0.42 | 0.23 |
| HSL | 32.93º | 0.41% | 0.61% | - |
| HSV(B) | 32.93º | 0.42% | 0.77% | - |
| XYZ | 38.2 | 37.75 | 21.19 | - |
| YUV | 164.93 | 99.26 | 150.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 159 | 114 | 0 | 0.19 | 0.42 | 0.23 | 32.93 | 0.41 | 0.61 |
| Hex | C4 | 9F | 72 | 0 | 13 | 2A | 17 | 21 | 29 | 3D |
| Octal | 304 | 237 | 162 | 0 | 23 | 52 | 27 | 41 | 51 | 75 |
| Binary | 11000100 | 10011111 | 1110010 | 0 | 10011 | 101010 | 10111 | 100001 | 101001 | 111101 |
Color Harmonies of #C49F72
Complementary color
Monochromatic Colors of #C49F72
Black with #C49F72
Text Example
Text Example
White with #C49F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49F72; }
p { color: rgb(196,159,114); }
H1.HeaderClassName
{
color: #C49F72;
}
.AnyTagClassName
{
color: #C49F72;
}
</style>
background-color css
<style>
a { background-color: #C49F72; }
a { background-color: rgb(196,159,114); }
div.DivClassName
{
background-color: #C49F72;
}
.BgClassName
{
background-color: #C49F72;
}
</style>
border-color css
<style>
span { border-color: #C49F72; }
span { border-color: rgb(196,159,114); }
td.TdClassName
{
border-color: #C49F72;
}
.TagClassName
{
border-color: #C49F72;
}
</style>