Shades of Fallow #C5A077
Tints of Fallow #C5A077
RGB
CMYK
RGB Variations
Color information
#C5A077 (or 0xC5A077) is known color: Fallow. HEX triplet: C5, A0 and 77. RGB value is (197,160,119). Sum of RGB (Red+Green+Blue) = 197+160+119=476 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.39% from 476); Green value is 160 (62.89% from 255 or 33.61% from 476); Blue value is 119 (46.88% from 255 or 25% from 476); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A077 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5A077 is #3A5F88. Grayscale: #A6A6A6. Windows color (decimal): -3825545 or 7839941. OLE color: 7839941.
HSL color Cylindrical-coordinate representation of color #C5A077: hue angle of 31.54º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C5A077 is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 160 | 119 | - |
| CMYK | 0 | 0.19 | 0.40 | 0.23 |
| HSL | 31.54º | 0.4% | 0.62% | - |
| HSV(B) | 31.54º | 0.4% | 0.77% | - |
| XYZ | 38.93 | 38.34 | 22.8 | - |
| YUV | 166.39 | 101.26 | 149.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 160 | 119 | 0 | 0.19 | 0.40 | 0.23 | 31.54 | 0.4 | 0.62 |
| Hex | C5 | A0 | 77 | 0 | 13 | 28 | 17 | 20 | 28 | 3E |
| Octal | 305 | 240 | 167 | 0 | 23 | 50 | 27 | 40 | 50 | 76 |
| Binary | 11000101 | 10100000 | 1110111 | 0 | 10011 | 101000 | 10111 | 100000 | 101000 | 111110 |
Color Harmonies of #C5A077
Complementary color
Monochromatic Colors of #C5A077
Black with #C5A077
Text Example
Text Example
White with #C5A077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A077; }
p { color: rgb(197,160,119); }
H1.HeaderClassName
{
color: #C5A077;
}
.AnyTagClassName
{
color: #C5A077;
}
</style>
background-color css
<style>
a { background-color: #C5A077; }
a { background-color: rgb(197,160,119); }
div.DivClassName
{
background-color: #C5A077;
}
.BgClassName
{
background-color: #C5A077;
}
</style>
border-color css
<style>
span { border-color: #C5A077; }
span { border-color: rgb(197,160,119); }
td.TdClassName
{
border-color: #C5A077;
}
.TagClassName
{
border-color: #C5A077;
}
</style>