Shades of Fallow #C5966E
Tints of Fallow #C5966E
RGB
CMYK
RGB Variations
Color information
#C5966E (or 0xC5966E) is known color: Fallow. HEX triplet: C5, 96 and 6E. RGB value is (197,150,110). Sum of RGB (Red+Green+Blue) = 197+150+110=457 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.11% from 457); Green value is 150 (58.98% from 255 or 32.82% from 457); Blue value is 110 (43.36% from 255 or 24.07% from 457); Max value from RGB is 197 - color contains mainly: red. Hex color #C5966E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5966E is #3A6991. Grayscale: #9F9F9F. Windows color (decimal): -3828114 or 7247557. OLE color: 7247557.
HSL color Cylindrical-coordinate representation of color #C5966E: hue angle of 27.59º 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 #C5966E is Cyan = 0, Magento = 0.24, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 150 | 110 | - |
| CMYK | 0 | 0.24 | 0.44 | 0.23 |
| HSL | 27.59º | 0.43% | 0.6% | - |
| HSV(B) | 27.59º | 0.44% | 0.77% | - |
| XYZ | 36.75 | 34.81 | 19.53 | - |
| YUV | 159.49 | 100.07 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 150 | 110 | 0 | 0.24 | 0.44 | 0.23 | 27.59 | 0.43 | 0.6 |
| Hex | C5 | 96 | 6E | 0 | 18 | 2C | 17 | 1C | 2B | 3C |
| Octal | 305 | 226 | 156 | 0 | 30 | 54 | 27 | 34 | 53 | 74 |
| Binary | 11000101 | 10010110 | 1101110 | 0 | 11000 | 101100 | 10111 | 11100 | 101011 | 111100 |
Color Harmonies of #C5966E
Complementary color
Monochromatic Colors of #C5966E
Black with #C5966E
Text Example
Text Example
White with #C5966E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5966E; }
p { color: rgb(197,150,110); }
H1.HeaderClassName
{
color: #C5966E;
}
.AnyTagClassName
{
color: #C5966E;
}
</style>
background-color css
<style>
a { background-color: #C5966E; }
a { background-color: rgb(197,150,110); }
div.DivClassName
{
background-color: #C5966E;
}
.BgClassName
{
background-color: #C5966E;
}
</style>
border-color css
<style>
span { border-color: #C5966E; }
span { border-color: rgb(197,150,110); }
td.TdClassName
{
border-color: #C5966E;
}
.TagClassName
{
border-color: #C5966E;
}
</style>