Shades of Fallow #C7A46B
Tints of Fallow #C7A46B
RGB
CMYK
RGB Variations
Color information
#C7A46B (or 0xC7A46B) is known color: Fallow. HEX triplet: C7, A4 and 6B. RGB value is (199,164,107). Sum of RGB (Red+Green+Blue) = 199+164+107=470 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.34% from 470); Green value is 164 (64.45% from 255 or 34.89% from 470); Blue value is 107 (42.19% from 255 or 22.77% from 470); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A46B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A46B is #385B94. Grayscale: #A8A8A8. Windows color (decimal): -3693461 or 7054535. OLE color: 7054535.
HSL color Cylindrical-coordinate representation of color #C7A46B: hue angle of 37.17º 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 #C7A46B is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 164 | 107 | - |
| CMYK | 0 | 0.18 | 0.46 | 0.22 |
| HSL | 37.17º | 0.45% | 0.6% | - |
| HSV(B) | 37.17º | 0.46% | 0.78% | - |
| XYZ | 39.48 | 39.75 | 19.5 | - |
| YUV | 167.97 | 93.6 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 164 | 107 | 0 | 0.18 | 0.46 | 0.22 | 37.17 | 0.45 | 0.6 |
| Hex | C7 | A4 | 6B | 0 | 12 | 2E | 16 | 25 | 2D | 3C |
| Octal | 307 | 244 | 153 | 0 | 22 | 56 | 26 | 45 | 55 | 74 |
| Binary | 11000111 | 10100100 | 1101011 | 0 | 10010 | 101110 | 10110 | 100101 | 101101 | 111100 |
Color Harmonies of #C7A46B
Complementary color
Monochromatic Colors of #C7A46B
Black with #C7A46B
Text Example
Text Example
White with #C7A46B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A46B; }
p { color: rgb(199,164,107); }
H1.HeaderClassName
{
color: #C7A46B;
}
.AnyTagClassName
{
color: #C7A46B;
}
</style>
background-color css
<style>
a { background-color: #C7A46B; }
a { background-color: rgb(199,164,107); }
div.DivClassName
{
background-color: #C7A46B;
}
.BgClassName
{
background-color: #C7A46B;
}
</style>
border-color css
<style>
span { border-color: #C7A46B; }
span { border-color: rgb(199,164,107); }
td.TdClassName
{
border-color: #C7A46B;
}
.TagClassName
{
border-color: #C7A46B;
}
</style>