Shades of Fallow #C49E6C
Tints of Fallow #C49E6C
RGB
CMYK
RGB Variations
Color information
#C49E6C (or 0xC49E6C) is known color: Fallow. HEX triplet: C4, 9E and 6C. RGB value is (196,158,108). Sum of RGB (Red+Green+Blue) = 196+158+108=462 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.42% from 462); Green value is 158 (62.11% from 255 or 34.20% from 462); Blue value is 108 (42.58% from 255 or 23.38% from 462); Max value from RGB is 196 - color contains mainly: red. Hex color #C49E6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49E6C is #3B6193. Grayscale: #A3A3A3. Windows color (decimal): -3891604 or 7118532. OLE color: 7118532.
HSL color Cylindrical-coordinate representation of color #C49E6C: hue angle of 34.09º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C49E6C is Cyan = 0, Magento = 0.19, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 158 | 108 | - |
| CMYK | 0 | 0.19 | 0.45 | 0.23 |
| HSL | 34.09º | 0.43% | 0.6% | - |
| HSV(B) | 34.09º | 0.45% | 0.77% | - |
| XYZ | 37.7 | 37.27 | 19.39 | - |
| YUV | 163.66 | 96.59 | 151.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 158 | 108 | 0 | 0.19 | 0.45 | 0.23 | 34.09 | 0.43 | 0.6 |
| Hex | C4 | 9E | 6C | 0 | 13 | 2D | 17 | 22 | 2B | 3C |
| Octal | 304 | 236 | 154 | 0 | 23 | 55 | 27 | 42 | 53 | 74 |
| Binary | 11000100 | 10011110 | 1101100 | 0 | 10011 | 101101 | 10111 | 100010 | 101011 | 111100 |
Color Harmonies of #C49E6C
Complementary color
Monochromatic Colors of #C49E6C
Black with #C49E6C
Text Example
Text Example
White with #C49E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49E6C; }
p { color: rgb(196,158,108); }
H1.HeaderClassName
{
color: #C49E6C;
}
.AnyTagClassName
{
color: #C49E6C;
}
</style>
background-color css
<style>
a { background-color: #C49E6C; }
a { background-color: rgb(196,158,108); }
div.DivClassName
{
background-color: #C49E6C;
}
.BgClassName
{
background-color: #C49E6C;
}
</style>
border-color css
<style>
span { border-color: #C49E6C; }
span { border-color: rgb(196,158,108); }
td.TdClassName
{
border-color: #C49E6C;
}
.TagClassName
{
border-color: #C49E6C;
}
</style>