Shades of Fallow #C5996A
Tints of Fallow #C5996A
RGB
CMYK
RGB Variations
Color information
#C5996A (or 0xC5996A) is known color: Fallow. HEX triplet: C5, 99 and 6A. RGB value is (197,153,106). Sum of RGB (Red+Green+Blue) = 197+153+106=456 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.20% from 456); Green value is 153 (60.16% from 255 or 33.55% from 456); Blue value is 106 (41.80% from 255 or 23.25% from 456); Max value from RGB is 197 - color contains mainly: red. Hex color #C5996A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5996A is #3A6695. Grayscale: #A1A1A1. Windows color (decimal): -3827350 or 6986181. OLE color: 6986181.
HSL color Cylindrical-coordinate representation of color #C5996A: hue angle of 30.99º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C5996A is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 153 | 106 | - |
| CMYK | 0 | 0.22 | 0.46 | 0.23 |
| HSL | 30.99º | 0.44% | 0.59% | - |
| HSV(B) | 30.99º | 0.46% | 0.77% | - |
| XYZ | 37.02 | 35.69 | 18.57 | - |
| YUV | 160.8 | 97.08 | 153.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 153 | 106 | 0 | 0.22 | 0.46 | 0.23 | 30.99 | 0.44 | 0.59 |
| Hex | C5 | 99 | 6A | 0 | 16 | 2E | 17 | 1F | 2C | 3B |
| Octal | 305 | 231 | 152 | 0 | 26 | 56 | 27 | 37 | 54 | 73 |
| Binary | 11000101 | 10011001 | 1101010 | 0 | 10110 | 101110 | 10111 | 11111 | 101100 | 111011 |
Color Harmonies of #C5996A
Complementary color
Monochromatic Colors of #C5996A
Black with #C5996A
Text Example
Text Example
White with #C5996A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5996A; }
p { color: rgb(197,153,106); }
H1.HeaderClassName
{
color: #C5996A;
}
.AnyTagClassName
{
color: #C5996A;
}
</style>
background-color css
<style>
a { background-color: #C5996A; }
a { background-color: rgb(197,153,106); }
div.DivClassName
{
background-color: #C5996A;
}
.BgClassName
{
background-color: #C5996A;
}
</style>
border-color css
<style>
span { border-color: #C5996A; }
span { border-color: rgb(197,153,106); }
td.TdClassName
{
border-color: #C5996A;
}
.TagClassName
{
border-color: #C5996A;
}
</style>