Shades of Fallow #C7A06B
Tints of Fallow #C7A06B
RGB
CMYK
RGB Variations
Color information
#C7A06B (or 0xC7A06B) is known color: Fallow. HEX triplet: C7, A0 and 6B. RGB value is (199,160,107). Sum of RGB (Red+Green+Blue) = 199+160+107=466 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.70% from 466); Green value is 160 (62.89% from 255 or 34.33% from 466); Blue value is 107 (42.19% from 255 or 22.96% from 466); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A06B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A06B is #385F94. Grayscale: #A5A5A5. Windows color (decimal): -3694485 or 7053511. OLE color: 7053511.
HSL color Cylindrical-coordinate representation of color #C7A06B: hue angle of 34.57º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C7A06B is Cyan = 0, Magento = 0.20, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 160 | 107 | - |
| CMYK | 0 | 0.20 | 0.46 | 0.22 |
| HSL | 34.57º | 0.45% | 0.6% | - |
| HSV(B) | 34.57º | 0.46% | 0.78% | - |
| XYZ | 38.78 | 38.35 | 19.27 | - |
| YUV | 165.62 | 94.92 | 151.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 160 | 107 | 0 | 0.20 | 0.46 | 0.22 | 34.57 | 0.45 | 0.6 |
| Hex | C7 | A0 | 6B | 0 | 14 | 2E | 16 | 23 | 2D | 3C |
| Octal | 307 | 240 | 153 | 0 | 24 | 56 | 26 | 43 | 55 | 74 |
| Binary | 11000111 | 10100000 | 1101011 | 0 | 10100 | 101110 | 10110 | 100011 | 101101 | 111100 |
Color Harmonies of #C7A06B
Complementary color
Monochromatic Colors of #C7A06B
Black with #C7A06B
Text Example
Text Example
White with #C7A06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A06B; }
p { color: rgb(199,160,107); }
H1.HeaderClassName
{
color: #C7A06B;
}
.AnyTagClassName
{
color: #C7A06B;
}
</style>
background-color css
<style>
a { background-color: #C7A06B; }
a { background-color: rgb(199,160,107); }
div.DivClassName
{
background-color: #C7A06B;
}
.BgClassName
{
background-color: #C7A06B;
}
</style>
border-color css
<style>
span { border-color: #C7A06B; }
span { border-color: rgb(199,160,107); }
td.TdClassName
{
border-color: #C7A06B;
}
.TagClassName
{
border-color: #C7A06B;
}
</style>