Shades of Fallow #C4976E
Tints of Fallow #C4976E
RGB
CMYK
RGB Variations
Color information
#C4976E (or 0xC4976E) is known color: Fallow. HEX triplet: C4, 97 and 6E. RGB value is (196,151,110). Sum of RGB (Red+Green+Blue) = 196+151+110=457 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.89% from 457); Green value is 151 (59.38% from 255 or 33.04% from 457); Blue value is 110 (43.36% from 255 or 24.07% from 457); Max value from RGB is 196 - color contains mainly: red. Hex color #C4976E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4976E is #3B6891. Grayscale: #9F9F9F. Windows color (decimal): -3893394 or 7247812. OLE color: 7247812.
HSL color Cylindrical-coordinate representation of color #C4976E: hue angle of 28.6º 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 #C4976E is Cyan = 0, Magento = 0.23, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 151 | 110 | - |
| CMYK | 0 | 0.23 | 0.44 | 0.23 |
| HSL | 28.6º | 0.42% | 0.6% | - |
| HSV(B) | 28.6º | 0.44% | 0.77% | - |
| XYZ | 36.65 | 34.99 | 19.58 | - |
| YUV | 159.78 | 99.91 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 151 | 110 | 0 | 0.23 | 0.44 | 0.23 | 28.6 | 0.42 | 0.6 |
| Hex | C4 | 97 | 6E | 0 | 17 | 2C | 17 | 1D | 2A | 3C |
| Octal | 304 | 227 | 156 | 0 | 27 | 54 | 27 | 35 | 52 | 74 |
| Binary | 11000100 | 10010111 | 1101110 | 0 | 10111 | 101100 | 10111 | 11101 | 101010 | 111100 |
Color Harmonies of #C4976E
Complementary color
Monochromatic Colors of #C4976E
Black with #C4976E
Text Example
Text Example
White with #C4976E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4976E; }
p { color: rgb(196,151,110); }
H1.HeaderClassName
{
color: #C4976E;
}
.AnyTagClassName
{
color: #C4976E;
}
</style>
background-color css
<style>
a { background-color: #C4976E; }
a { background-color: rgb(196,151,110); }
div.DivClassName
{
background-color: #C4976E;
}
.BgClassName
{
background-color: #C4976E;
}
</style>
border-color css
<style>
span { border-color: #C4976E; }
span { border-color: rgb(196,151,110); }
td.TdClassName
{
border-color: #C4976E;
}
.TagClassName
{
border-color: #C4976E;
}
</style>