Shades of Fallow #C7A074
Tints of Fallow #C7A074
RGB
CMYK
RGB Variations
Color information
#C7A074 (or 0xC7A074) is known color: Fallow. HEX triplet: C7, A0 and 74. RGB value is (199,160,116). Sum of RGB (Red+Green+Blue) = 199+160+116=475 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.89% from 475); Green value is 160 (62.89% from 255 or 33.68% from 475); Blue value is 116 (45.70% from 255 or 24.42% from 475); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A074 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A074 is #385F8B. Grayscale: #A6A6A6. Windows color (decimal): -3694476 or 7643335. OLE color: 7643335.
HSL color Cylindrical-coordinate representation of color #C7A074: hue angle of 31.81º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C7A074 is Cyan = 0, Magento = 0.20, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 160 | 116 | - |
| CMYK | 0 | 0.20 | 0.42 | 0.22 |
| HSL | 31.81º | 0.43% | 0.62% | - |
| HSV(B) | 31.81º | 0.42% | 0.78% | - |
| XYZ | 39.28 | 38.54 | 21.89 | - |
| YUV | 166.65 | 99.42 | 151.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 160 | 116 | 0 | 0.20 | 0.42 | 0.22 | 31.81 | 0.43 | 0.62 |
| Hex | C7 | A0 | 74 | 0 | 14 | 2A | 16 | 20 | 2B | 3E |
| Octal | 307 | 240 | 164 | 0 | 24 | 52 | 26 | 40 | 53 | 76 |
| Binary | 11000111 | 10100000 | 1110100 | 0 | 10100 | 101010 | 10110 | 100000 | 101011 | 111110 |
Color Harmonies of #C7A074
Complementary color
Monochromatic Colors of #C7A074
Black with #C7A074
Text Example
Text Example
White with #C7A074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A074; }
p { color: rgb(199,160,116); }
H1.HeaderClassName
{
color: #C7A074;
}
.AnyTagClassName
{
color: #C7A074;
}
</style>
background-color css
<style>
a { background-color: #C7A074; }
a { background-color: rgb(199,160,116); }
div.DivClassName
{
background-color: #C7A074;
}
.BgClassName
{
background-color: #C7A074;
}
</style>
border-color css
<style>
span { border-color: #C7A074; }
span { border-color: rgb(199,160,116); }
td.TdClassName
{
border-color: #C7A074;
}
.TagClassName
{
border-color: #C7A074;
}
</style>