Shades of Fallow #C7A16A
Tints of Fallow #C7A16A
RGB
CMYK
RGB Variations
Color information
#C7A16A (or 0xC7A16A) is known color: Fallow. HEX triplet: C7, A1 and 6A. RGB value is (199,161,106). Sum of RGB (Red+Green+Blue) = 199+161+106=466 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.70% from 466); Green value is 161 (63.28% from 255 or 34.55% from 466); Blue value is 106 (41.80% from 255 or 22.75% from 466); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A16A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A16A is #385E95. Grayscale: #A6A6A6. Windows color (decimal): -3694230 or 6988231. OLE color: 6988231.
HSL color Cylindrical-coordinate representation of color #C7A16A: hue angle of 35.48º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C7A16A is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 161 | 106 | - |
| CMYK | 0 | 0.19 | 0.47 | 0.22 |
| HSL | 35.48º | 0.45% | 0.6% | - |
| HSV(B) | 35.48º | 0.47% | 0.78% | - |
| XYZ | 38.9 | 38.67 | 19.05 | - |
| YUV | 166.09 | 94.09 | 151.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 161 | 106 | 0 | 0.19 | 0.47 | 0.22 | 35.48 | 0.45 | 0.6 |
| Hex | C7 | A1 | 6A | 0 | 13 | 2F | 16 | 23 | 2D | 3C |
| Octal | 307 | 241 | 152 | 0 | 23 | 57 | 26 | 43 | 55 | 74 |
| Binary | 11000111 | 10100001 | 1101010 | 0 | 10011 | 101111 | 10110 | 100011 | 101101 | 111100 |
Color Harmonies of #C7A16A
Complementary color
Monochromatic Colors of #C7A16A
Black with #C7A16A
Text Example
Text Example
White with #C7A16A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A16A; }
p { color: rgb(199,161,106); }
H1.HeaderClassName
{
color: #C7A16A;
}
.AnyTagClassName
{
color: #C7A16A;
}
</style>
background-color css
<style>
a { background-color: #C7A16A; }
a { background-color: rgb(199,161,106); }
div.DivClassName
{
background-color: #C7A16A;
}
.BgClassName
{
background-color: #C7A16A;
}
</style>
border-color css
<style>
span { border-color: #C7A16A; }
span { border-color: rgb(199,161,106); }
td.TdClassName
{
border-color: #C7A16A;
}
.TagClassName
{
border-color: #C7A16A;
}
</style>