Shades of Fallow #C4A46A
Tints of Fallow #C4A46A
RGB
CMYK
RGB Variations
Color information
#C4A46A (or 0xC4A46A) is known color: Fallow. HEX triplet: C4, A4 and 6A. RGB value is (196,164,106). Sum of RGB (Red+Green+Blue) = 196+164+106=466 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.06% from 466); Green value is 164 (64.45% from 255 or 35.19% from 466); Blue value is 106 (41.80% from 255 or 22.75% from 466); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A46A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A46A is #3B5B95. Grayscale: #A7A7A7. Windows color (decimal): -3890070 or 6988996. OLE color: 6988996.
HSL color Cylindrical-coordinate representation of color #C4A46A: hue angle of 38.67º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C4A46A is Cyan = 0, Magento = 0.16, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 164 | 106 | - |
| CMYK | 0 | 0.16 | 0.46 | 0.23 |
| HSL | 38.67º | 0.43% | 0.59% | - |
| HSV(B) | 38.67º | 0.46% | 0.77% | - |
| XYZ | 38.64 | 39.33 | 19.19 | - |
| YUV | 166.96 | 93.6 | 148.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 164 | 106 | 0 | 0.16 | 0.46 | 0.23 | 38.67 | 0.43 | 0.59 |
| Hex | C4 | A4 | 6A | 0 | 10 | 2E | 17 | 27 | 2B | 3B |
| Octal | 304 | 244 | 152 | 0 | 20 | 56 | 27 | 47 | 53 | 73 |
| Binary | 11000100 | 10100100 | 1101010 | 0 | 10000 | 101110 | 10111 | 100111 | 101011 | 111011 |
Color Harmonies of #C4A46A
Complementary color
Monochromatic Colors of #C4A46A
Black with #C4A46A
Text Example
Text Example
White with #C4A46A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A46A; }
p { color: rgb(196,164,106); }
H1.HeaderClassName
{
color: #C4A46A;
}
.AnyTagClassName
{
color: #C4A46A;
}
</style>
background-color css
<style>
a { background-color: #C4A46A; }
a { background-color: rgb(196,164,106); }
div.DivClassName
{
background-color: #C4A46A;
}
.BgClassName
{
background-color: #C4A46A;
}
</style>
border-color css
<style>
span { border-color: #C4A46A; }
span { border-color: rgb(196,164,106); }
td.TdClassName
{
border-color: #C4A46A;
}
.TagClassName
{
border-color: #C4A46A;
}
</style>