Shades of Fallow #C4A06F
Tints of Fallow #C4A06F
RGB
CMYK
RGB Variations
Color information
#C4A06F (or 0xC4A06F) is known color: Fallow. HEX triplet: C4, A0 and 6F. RGB value is (196,160,111). Sum of RGB (Red+Green+Blue) = 196+160+111=467 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.97% from 467); Green value is 160 (62.89% from 255 or 34.26% from 467); Blue value is 111 (43.75% from 255 or 23.77% from 467); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A06F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A06F is #3B5F90. Grayscale: #A5A5A5. Windows color (decimal): -3891089 or 7315652. OLE color: 7315652.
HSL color Cylindrical-coordinate representation of color #C4A06F: hue angle of 34.59º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C4A06F is Cyan = 0, Magento = 0.18, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 160 | 111 | - |
| CMYK | 0 | 0.18 | 0.43 | 0.23 |
| HSL | 34.59º | 0.42% | 0.6% | - |
| HSV(B) | 34.59º | 0.43% | 0.77% | - |
| XYZ | 38.21 | 38.03 | 20.36 | - |
| YUV | 165.18 | 97.43 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 160 | 111 | 0 | 0.18 | 0.43 | 0.23 | 34.59 | 0.42 | 0.6 |
| Hex | C4 | A0 | 6F | 0 | 12 | 2B | 17 | 23 | 2A | 3C |
| Octal | 304 | 240 | 157 | 0 | 22 | 53 | 27 | 43 | 52 | 74 |
| Binary | 11000100 | 10100000 | 1101111 | 0 | 10010 | 101011 | 10111 | 100011 | 101010 | 111100 |
Color Harmonies of #C4A06F
Complementary color
Monochromatic Colors of #C4A06F
Black with #C4A06F
Text Example
Text Example
White with #C4A06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A06F; }
p { color: rgb(196,160,111); }
H1.HeaderClassName
{
color: #C4A06F;
}
.AnyTagClassName
{
color: #C4A06F;
}
</style>
background-color css
<style>
a { background-color: #C4A06F; }
a { background-color: rgb(196,160,111); }
div.DivClassName
{
background-color: #C4A06F;
}
.BgClassName
{
background-color: #C4A06F;
}
</style>
border-color css
<style>
span { border-color: #C4A06F; }
span { border-color: rgb(196,160,111); }
td.TdClassName
{
border-color: #C4A06F;
}
.TagClassName
{
border-color: #C4A06F;
}
</style>