Shades of Fallow #C4A46D
Tints of Fallow #C4A46D
RGB
CMYK
RGB Variations
Color information
#C4A46D (or 0xC4A46D) is known color: Fallow. HEX triplet: C4, A4 and 6D. RGB value is (196,164,109). Sum of RGB (Red+Green+Blue) = 196+164+109=469 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.79% from 469); Green value is 164 (64.45% from 255 or 34.97% from 469); Blue value is 109 (42.97% from 255 or 23.24% from 469); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A46D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A46D is #3B5B92. Grayscale: #A7A7A7. Windows color (decimal): -3890067 or 7185604. OLE color: 7185604.
HSL color Cylindrical-coordinate representation of color #C4A46D: hue angle of 37.93º 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 #C4A46D is Cyan = 0, Magento = 0.16, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 164 | 109 | - |
| CMYK | 0 | 0.16 | 0.44 | 0.23 |
| HSL | 37.93º | 0.42% | 0.6% | - |
| HSV(B) | 37.93º | 0.44% | 0.77% | - |
| XYZ | 38.8 | 39.39 | 20.03 | - |
| YUV | 167.3 | 95.1 | 148.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 164 | 109 | 0 | 0.16 | 0.44 | 0.23 | 37.93 | 0.42 | 0.6 |
| Hex | C4 | A4 | 6D | 0 | 10 | 2C | 17 | 26 | 2A | 3C |
| Octal | 304 | 244 | 155 | 0 | 20 | 54 | 27 | 46 | 52 | 74 |
| Binary | 11000100 | 10100100 | 1101101 | 0 | 10000 | 101100 | 10111 | 100110 | 101010 | 111100 |
Color Harmonies of #C4A46D
Complementary color
Monochromatic Colors of #C4A46D
Black with #C4A46D
Text Example
Text Example
White with #C4A46D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A46D; }
p { color: rgb(196,164,109); }
H1.HeaderClassName
{
color: #C4A46D;
}
.AnyTagClassName
{
color: #C4A46D;
}
</style>
background-color css
<style>
a { background-color: #C4A46D; }
a { background-color: rgb(196,164,109); }
div.DivClassName
{
background-color: #C4A46D;
}
.BgClassName
{
background-color: #C4A46D;
}
</style>
border-color css
<style>
span { border-color: #C4A46D; }
span { border-color: rgb(196,164,109); }
td.TdClassName
{
border-color: #C4A46D;
}
.TagClassName
{
border-color: #C4A46D;
}
</style>