Shades of Fallow #C7996A
Tints of Fallow #C7996A
RGB
CMYK
RGB Variations
Color information
#C7996A (or 0xC7996A) is known color: Fallow. HEX triplet: C7, 99 and 6A. RGB value is (199,153,106). Sum of RGB (Red+Green+Blue) = 199+153+106=458 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.45% from 458); Green value is 153 (60.16% from 255 or 33.41% from 458); Blue value is 106 (41.80% from 255 or 23.14% from 458); Max value from RGB is 199 - color contains mainly: red. Hex color #C7996A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7996A is #386695. Grayscale: #A1A1A1. Windows color (decimal): -3696278 or 6986183. OLE color: 6986183.
HSL color Cylindrical-coordinate representation of color #C7996A: hue angle of 30.32º 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 #C7996A is Cyan = 0, Magento = 0.23, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 153 | 106 | - |
| CMYK | 0 | 0.23 | 0.47 | 0.22 |
| HSL | 30.32º | 0.45% | 0.6% | - |
| HSV(B) | 30.32º | 0.47% | 0.78% | - |
| XYZ | 37.55 | 35.97 | 18.6 | - |
| YUV | 161.4 | 96.74 | 154.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 153 | 106 | 0 | 0.23 | 0.47 | 0.22 | 30.32 | 0.45 | 0.6 |
| Hex | C7 | 99 | 6A | 0 | 17 | 2F | 16 | 1E | 2D | 3C |
| Octal | 307 | 231 | 152 | 0 | 27 | 57 | 26 | 36 | 55 | 74 |
| Binary | 11000111 | 10011001 | 1101010 | 0 | 10111 | 101111 | 10110 | 11110 | 101101 | 111100 |
Color Harmonies of #C7996A
Complementary color
Monochromatic Colors of #C7996A
Black with #C7996A
Text Example
Text Example
White with #C7996A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7996A; }
p { color: rgb(199,153,106); }
H1.HeaderClassName
{
color: #C7996A;
}
.AnyTagClassName
{
color: #C7996A;
}
</style>
background-color css
<style>
a { background-color: #C7996A; }
a { background-color: rgb(199,153,106); }
div.DivClassName
{
background-color: #C7996A;
}
.BgClassName
{
background-color: #C7996A;
}
</style>
border-color css
<style>
span { border-color: #C7996A; }
span { border-color: rgb(199,153,106); }
td.TdClassName
{
border-color: #C7996A;
}
.TagClassName
{
border-color: #C7996A;
}
</style>