Shades of Fallow #C7A36A
Tints of Fallow #C7A36A
RGB
CMYK
RGB Variations
Color information
#C7A36A (or 0xC7A36A) is known color: Fallow. HEX triplet: C7, A3 and 6A. RGB value is (199,163,106). Sum of RGB (Red+Green+Blue) = 199+163+106=468 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.52% from 468); Green value is 163 (64.06% from 255 or 34.83% from 468); Blue value is 106 (41.80% from 255 or 22.65% from 468); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A36A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A36A is #385C95. Grayscale: #A7A7A7. Windows color (decimal): -3693718 or 6988743. OLE color: 6988743.
HSL color Cylindrical-coordinate representation of color #C7A36A: hue angle of 36.77º 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 #C7A36A is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 163 | 106 | - |
| CMYK | 0 | 0.18 | 0.47 | 0.22 |
| HSL | 36.77º | 0.45% | 0.6% | - |
| HSV(B) | 36.77º | 0.47% | 0.78% | - |
| XYZ | 39.25 | 39.38 | 19.17 | - |
| YUV | 167.27 | 93.43 | 150.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 163 | 106 | 0 | 0.18 | 0.47 | 0.22 | 36.77 | 0.45 | 0.6 |
| Hex | C7 | A3 | 6A | 0 | 12 | 2F | 16 | 25 | 2D | 3C |
| Octal | 307 | 243 | 152 | 0 | 22 | 57 | 26 | 45 | 55 | 74 |
| Binary | 11000111 | 10100011 | 1101010 | 0 | 10010 | 101111 | 10110 | 100101 | 101101 | 111100 |
Color Harmonies of #C7A36A
Complementary color
Monochromatic Colors of #C7A36A
Black with #C7A36A
Text Example
Text Example
White with #C7A36A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A36A; }
p { color: rgb(199,163,106); }
H1.HeaderClassName
{
color: #C7A36A;
}
.AnyTagClassName
{
color: #C7A36A;
}
</style>
background-color css
<style>
a { background-color: #C7A36A; }
a { background-color: rgb(199,163,106); }
div.DivClassName
{
background-color: #C7A36A;
}
.BgClassName
{
background-color: #C7A36A;
}
</style>
border-color css
<style>
span { border-color: #C7A36A; }
span { border-color: rgb(199,163,106); }
td.TdClassName
{
border-color: #C7A36A;
}
.TagClassName
{
border-color: #C7A36A;
}
</style>