Shades of Fallow #C7A46A
Tints of Fallow #C7A46A
RGB
CMYK
RGB Variations
Color information
#C7A46A (or 0xC7A46A) is known color: Fallow. HEX triplet: C7, A4 and 6A. RGB value is (199,164,106). Sum of RGB (Red+Green+Blue) = 199+164+106=469 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.43% from 469); Green value is 164 (64.45% from 255 or 34.97% from 469); Blue value is 106 (41.80% from 255 or 22.60% from 469); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A46A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A46A is #385B95. Grayscale: #A8A8A8. Windows color (decimal): -3693462 or 6988999. OLE color: 6988999.
HSL color Cylindrical-coordinate representation of color #C7A46A: hue angle of 37.42º 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 #C7A46A is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 164 | 106 | - |
| CMYK | 0 | 0.18 | 0.47 | 0.22 |
| HSL | 37.42º | 0.45% | 0.6% | - |
| HSV(B) | 37.42º | 0.47% | 0.78% | - |
| XYZ | 39.43 | 39.73 | 19.23 | - |
| YUV | 167.85 | 93.1 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 164 | 106 | 0 | 0.18 | 0.47 | 0.22 | 37.42 | 0.45 | 0.6 |
| Hex | C7 | A4 | 6A | 0 | 12 | 2F | 16 | 25 | 2D | 3C |
| Octal | 307 | 244 | 152 | 0 | 22 | 57 | 26 | 45 | 55 | 74 |
| Binary | 11000111 | 10100100 | 1101010 | 0 | 10010 | 101111 | 10110 | 100101 | 101101 | 111100 |
Color Harmonies of #C7A46A
Complementary color
Monochromatic Colors of #C7A46A
Black with #C7A46A
Text Example
Text Example
White with #C7A46A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A46A; }
p { color: rgb(199,164,106); }
H1.HeaderClassName
{
color: #C7A46A;
}
.AnyTagClassName
{
color: #C7A46A;
}
</style>
background-color css
<style>
a { background-color: #C7A46A; }
a { background-color: rgb(199,164,106); }
div.DivClassName
{
background-color: #C7A46A;
}
.BgClassName
{
background-color: #C7A46A;
}
</style>
border-color css
<style>
span { border-color: #C7A46A; }
span { border-color: rgb(199,164,106); }
td.TdClassName
{
border-color: #C7A46A;
}
.TagClassName
{
border-color: #C7A46A;
}
</style>