Shades of Fallow #C5A076
Tints of Fallow #C5A076
RGB
CMYK
RGB Variations
Color information
#C5A076 (or 0xC5A076) is known color: Fallow. HEX triplet: C5, A0 and 76. RGB value is (197,160,118). Sum of RGB (Red+Green+Blue) = 197+160+118=475 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.47% from 475); Green value is 160 (62.89% from 255 or 33.68% from 475); Blue value is 118 (46.48% from 255 or 24.84% from 475); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A076 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5A076 is #3A5F89. Grayscale: #A6A6A6. Windows color (decimal): -3825546 or 7774405. OLE color: 7774405.
HSL color Cylindrical-coordinate representation of color #C5A076: hue angle of 31.9º degrees, saturation: 0.41, 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 #C5A076 is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 160 | 118 | - |
| CMYK | 0 | 0.19 | 0.40 | 0.23 |
| HSL | 31.9º | 0.41% | 0.62% | - |
| HSV(B) | 31.9º | 0.4% | 0.77% | - |
| XYZ | 38.87 | 38.32 | 22.49 | - |
| YUV | 166.28 | 100.76 | 149.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 160 | 118 | 0 | 0.19 | 0.40 | 0.23 | 31.9 | 0.41 | 0.62 |
| Hex | C5 | A0 | 76 | 0 | 13 | 28 | 17 | 20 | 29 | 3E |
| Octal | 305 | 240 | 166 | 0 | 23 | 50 | 27 | 40 | 51 | 76 |
| Binary | 11000101 | 10100000 | 1110110 | 0 | 10011 | 101000 | 10111 | 100000 | 101001 | 111110 |
Color Harmonies of #C5A076
Complementary color
Monochromatic Colors of #C5A076
Black with #C5A076
Text Example
Text Example
White with #C5A076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A076; }
p { color: rgb(197,160,118); }
H1.HeaderClassName
{
color: #C5A076;
}
.AnyTagClassName
{
color: #C5A076;
}
</style>
background-color css
<style>
a { background-color: #C5A076; }
a { background-color: rgb(197,160,118); }
div.DivClassName
{
background-color: #C5A076;
}
.BgClassName
{
background-color: #C5A076;
}
</style>
border-color css
<style>
span { border-color: #C5A076; }
span { border-color: rgb(197,160,118); }
td.TdClassName
{
border-color: #C5A076;
}
.TagClassName
{
border-color: #C5A076;
}
</style>