Shades of Fallow #C5A277
Tints of Fallow #C5A277
RGB
CMYK
RGB Variations
Color information
#C5A277 (or 0xC5A277) is known color: Fallow. HEX triplet: C5, A2 and 77. RGB value is (197,162,119). Sum of RGB (Red+Green+Blue) = 197+162+119=478 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.21% from 478); Green value is 162 (63.67% from 255 or 33.89% from 478); Blue value is 119 (46.88% from 255 or 24.90% from 478); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A277 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5A277 is #3A5D88. Grayscale: #A7A7A7. Windows color (decimal): -3825033 or 7840453. OLE color: 7840453.
HSL color Cylindrical-coordinate representation of color #C5A277: hue angle of 33.08º 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 #C5A277 is Cyan = 0, Magento = 0.18, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 162 | 119 | - |
| CMYK | 0 | 0.18 | 0.40 | 0.23 |
| HSL | 33.08º | 0.4% | 0.62% | - |
| HSV(B) | 33.08º | 0.4% | 0.77% | - |
| XYZ | 39.28 | 39.04 | 22.92 | - |
| YUV | 167.56 | 100.6 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 162 | 119 | 0 | 0.18 | 0.40 | 0.23 | 33.08 | 0.4 | 0.62 |
| Hex | C5 | A2 | 77 | 0 | 12 | 28 | 17 | 21 | 28 | 3E |
| Octal | 305 | 242 | 167 | 0 | 22 | 50 | 27 | 41 | 50 | 76 |
| Binary | 11000101 | 10100010 | 1110111 | 0 | 10010 | 101000 | 10111 | 100001 | 101000 | 111110 |
Color Harmonies of #C5A277
Complementary color
Monochromatic Colors of #C5A277
Black with #C5A277
Text Example
Text Example
White with #C5A277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A277; }
p { color: rgb(197,162,119); }
H1.HeaderClassName
{
color: #C5A277;
}
.AnyTagClassName
{
color: #C5A277;
}
</style>
background-color css
<style>
a { background-color: #C5A277; }
a { background-color: rgb(197,162,119); }
div.DivClassName
{
background-color: #C5A277;
}
.BgClassName
{
background-color: #C5A277;
}
</style>
border-color css
<style>
span { border-color: #C5A277; }
span { border-color: rgb(197,162,119); }
td.TdClassName
{
border-color: #C5A277;
}
.TagClassName
{
border-color: #C5A277;
}
</style>