Shades of Fallow #C5986E
Tints of Fallow #C5986E
RGB
CMYK
RGB Variations
Color information
#C5986E (or 0xC5986E) is known color: Fallow. HEX triplet: C5, 98 and 6E. RGB value is (197,152,110). Sum of RGB (Red+Green+Blue) = 197+152+110=459 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.92% from 459); Green value is 152 (59.77% from 255 or 33.12% from 459); Blue value is 110 (43.36% from 255 or 23.97% from 459); Max value from RGB is 197 - color contains mainly: red. Hex color #C5986E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5986E is #3A6791. Grayscale: #A0A0A0. Windows color (decimal): -3827602 or 7248069. OLE color: 7248069.
HSL color Cylindrical-coordinate representation of color #C5986E: hue angle of 28.97º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C5986E is Cyan = 0, Magento = 0.23, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 152 | 110 | - |
| CMYK | 0 | 0.23 | 0.44 | 0.23 |
| HSL | 28.97º | 0.43% | 0.6% | - |
| HSV(B) | 28.97º | 0.44% | 0.77% | - |
| XYZ | 37.07 | 35.45 | 19.64 | - |
| YUV | 160.67 | 99.41 | 153.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 152 | 110 | 0 | 0.23 | 0.44 | 0.23 | 28.97 | 0.43 | 0.6 |
| Hex | C5 | 98 | 6E | 0 | 17 | 2C | 17 | 1D | 2B | 3C |
| Octal | 305 | 230 | 156 | 0 | 27 | 54 | 27 | 35 | 53 | 74 |
| Binary | 11000101 | 10011000 | 1101110 | 0 | 10111 | 101100 | 10111 | 11101 | 101011 | 111100 |
Color Harmonies of #C5986E
Complementary color
Monochromatic Colors of #C5986E
Black with #C5986E
Text Example
Text Example
White with #C5986E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5986E; }
p { color: rgb(197,152,110); }
H1.HeaderClassName
{
color: #C5986E;
}
.AnyTagClassName
{
color: #C5986E;
}
</style>
background-color css
<style>
a { background-color: #C5986E; }
a { background-color: rgb(197,152,110); }
div.DivClassName
{
background-color: #C5986E;
}
.BgClassName
{
background-color: #C5986E;
}
</style>
border-color css
<style>
span { border-color: #C5986E; }
span { border-color: rgb(197,152,110); }
td.TdClassName
{
border-color: #C5986E;
}
.TagClassName
{
border-color: #C5986E;
}
</style>