Shades of Fallow #C5A074
Tints of Fallow #C5A074
RGB
CMYK
RGB Variations
Color information
#C5A074 (or 0xC5A074) is known color: Fallow. HEX triplet: C5, A0 and 74. RGB value is (197,160,116). Sum of RGB (Red+Green+Blue) = 197+160+116=473 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.65% from 473); Green value is 160 (62.89% from 255 or 33.83% from 473); Blue value is 116 (45.70% from 255 or 24.52% from 473); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A074 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5A074 is #3A5F8B. Grayscale: #A6A6A6. Windows color (decimal): -3825548 or 7643333. OLE color: 7643333.
HSL color Cylindrical-coordinate representation of color #C5A074: hue angle of 32.59º 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 #C5A074 is Cyan = 0, Magento = 0.19, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 160 | 116 | - |
| CMYK | 0 | 0.19 | 0.41 | 0.23 |
| HSL | 32.59º | 0.41% | 0.61% | - |
| HSV(B) | 32.59º | 0.41% | 0.77% | - |
| XYZ | 38.75 | 38.27 | 21.87 | - |
| YUV | 166.05 | 99.76 | 150.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 160 | 116 | 0 | 0.19 | 0.41 | 0.23 | 32.59 | 0.41 | 0.61 |
| Hex | C5 | A0 | 74 | 0 | 13 | 29 | 17 | 21 | 29 | 3D |
| Octal | 305 | 240 | 164 | 0 | 23 | 51 | 27 | 41 | 51 | 75 |
| Binary | 11000101 | 10100000 | 1110100 | 0 | 10011 | 101001 | 10111 | 100001 | 101001 | 111101 |
Color Harmonies of #C5A074
Complementary color
Monochromatic Colors of #C5A074
Black with #C5A074
Text Example
Text Example
White with #C5A074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A074; }
p { color: rgb(197,160,116); }
H1.HeaderClassName
{
color: #C5A074;
}
.AnyTagClassName
{
color: #C5A074;
}
</style>
background-color css
<style>
a { background-color: #C5A074; }
a { background-color: rgb(197,160,116); }
div.DivClassName
{
background-color: #C5A074;
}
.BgClassName
{
background-color: #C5A074;
}
</style>
border-color css
<style>
span { border-color: #C5A074; }
span { border-color: rgb(197,160,116); }
td.TdClassName
{
border-color: #C5A074;
}
.TagClassName
{
border-color: #C5A074;
}
</style>