Shades of Fallow #C4A073
Tints of Fallow #C4A073
RGB
CMYK
RGB Variations
Color information
#C4A073 (or 0xC4A073) is known color: Fallow. HEX triplet: C4, A0 and 73. RGB value is (196,160,115). Sum of RGB (Red+Green+Blue) = 196+160+115=471 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.61% from 471); Green value is 160 (62.89% from 255 or 33.97% from 471); Blue value is 115 (45.31% from 255 or 24.42% from 471); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A073 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A073 is #3B5F8C. Grayscale: #A5A5A5. Windows color (decimal): -3891085 or 7577796. OLE color: 7577796.
HSL color Cylindrical-coordinate representation of color #C4A073: hue angle of 33.33º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C4A073 is Cyan = 0, Magento = 0.18, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 160 | 115 | - |
| CMYK | 0 | 0.18 | 0.41 | 0.23 |
| HSL | 33.33º | 0.41% | 0.61% | - |
| HSV(B) | 33.33º | 0.41% | 0.77% | - |
| XYZ | 38.43 | 38.12 | 21.55 | - |
| YUV | 165.63 | 99.43 | 149.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 160 | 115 | 0 | 0.18 | 0.41 | 0.23 | 33.33 | 0.41 | 0.61 |
| Hex | C4 | A0 | 73 | 0 | 12 | 29 | 17 | 21 | 29 | 3D |
| Octal | 304 | 240 | 163 | 0 | 22 | 51 | 27 | 41 | 51 | 75 |
| Binary | 11000100 | 10100000 | 1110011 | 0 | 10010 | 101001 | 10111 | 100001 | 101001 | 111101 |
Color Harmonies of #C4A073
Complementary color
Monochromatic Colors of #C4A073
Black with #C4A073
Text Example
Text Example
White with #C4A073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A073; }
p { color: rgb(196,160,115); }
H1.HeaderClassName
{
color: #C4A073;
}
.AnyTagClassName
{
color: #C4A073;
}
</style>
background-color css
<style>
a { background-color: #C4A073; }
a { background-color: rgb(196,160,115); }
div.DivClassName
{
background-color: #C4A073;
}
.BgClassName
{
background-color: #C4A073;
}
</style>
border-color css
<style>
span { border-color: #C4A073; }
span { border-color: rgb(196,160,115); }
td.TdClassName
{
border-color: #C4A073;
}
.TagClassName
{
border-color: #C4A073;
}
</style>