Shades of Fallow #C4946E
Tints of Fallow #C4946E
RGB
CMYK
RGB Variations
Color information
#C4946E (or 0xC4946E) is known color: Fallow. HEX triplet: C4, 94 and 6E. RGB value is (196,148,110). Sum of RGB (Red+Green+Blue) = 196+148+110=454 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.17% from 454); Green value is 148 (58.20% from 255 or 32.60% from 454); Blue value is 110 (43.36% from 255 or 24.23% from 454); Max value from RGB is 196 - color contains mainly: red. Hex color #C4946E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4946E is #3B6B91. Grayscale: #9E9E9E. Windows color (decimal): -3894162 or 7247044. OLE color: 7247044.
HSL color Cylindrical-coordinate representation of color #C4946E: hue angle of 26.51º degrees, saturation: 0.42, 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 #C4946E is Cyan = 0, Magento = 0.24, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 148 | 110 | - |
| CMYK | 0 | 0.24 | 0.44 | 0.23 |
| HSL | 26.51º | 0.42% | 0.6% | - |
| HSV(B) | 26.51º | 0.44% | 0.77% | - |
| XYZ | 36.17 | 34.04 | 19.42 | - |
| YUV | 158.02 | 100.9 | 155.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 148 | 110 | 0 | 0.24 | 0.44 | 0.23 | 26.51 | 0.42 | 0.6 |
| Hex | C4 | 94 | 6E | 0 | 18 | 2C | 17 | 1B | 2A | 3C |
| Octal | 304 | 224 | 156 | 0 | 30 | 54 | 27 | 33 | 52 | 74 |
| Binary | 11000100 | 10010100 | 1101110 | 0 | 11000 | 101100 | 10111 | 11011 | 101010 | 111100 |
Color Harmonies of #C4946E
Complementary color
Monochromatic Colors of #C4946E
Black with #C4946E
Text Example
Text Example
White with #C4946E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4946E; }
p { color: rgb(196,148,110); }
H1.HeaderClassName
{
color: #C4946E;
}
.AnyTagClassName
{
color: #C4946E;
}
</style>
background-color css
<style>
a { background-color: #C4946E; }
a { background-color: rgb(196,148,110); }
div.DivClassName
{
background-color: #C4946E;
}
.BgClassName
{
background-color: #C4946E;
}
</style>
border-color css
<style>
span { border-color: #C4946E; }
span { border-color: rgb(196,148,110); }
td.TdClassName
{
border-color: #C4946E;
}
.TagClassName
{
border-color: #C4946E;
}
</style>