Shades of Fallow #C7996C
Tints of Fallow #C7996C
RGB
CMYK
RGB Variations
Color information
#C7996C (or 0xC7996C) is known color: Fallow. HEX triplet: C7, 99 and 6C. RGB value is (199,153,108). Sum of RGB (Red+Green+Blue) = 199+153+108=460 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.26% from 460); Green value is 153 (60.16% from 255 or 33.26% from 460); Blue value is 108 (42.58% from 255 or 23.48% from 460); Max value from RGB is 199 - color contains mainly: red. Hex color #C7996C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7996C is #386693. Grayscale: #A1A1A1. Windows color (decimal): -3696276 or 7117255. OLE color: 7117255.
HSL color Cylindrical-coordinate representation of color #C7996C: hue angle of 29.67º 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 #C7996C is Cyan = 0, Magento = 0.23, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 153 | 108 | - |
| CMYK | 0 | 0.23 | 0.46 | 0.22 |
| HSL | 29.67º | 0.45% | 0.6% | - |
| HSV(B) | 29.67º | 0.46% | 0.78% | - |
| XYZ | 37.65 | 36.01 | 19.15 | - |
| YUV | 161.62 | 97.74 | 154.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 153 | 108 | 0 | 0.23 | 0.46 | 0.22 | 29.67 | 0.45 | 0.6 |
| Hex | C7 | 99 | 6C | 0 | 17 | 2E | 16 | 1E | 2D | 3C |
| Octal | 307 | 231 | 154 | 0 | 27 | 56 | 26 | 36 | 55 | 74 |
| Binary | 11000111 | 10011001 | 1101100 | 0 | 10111 | 101110 | 10110 | 11110 | 101101 | 111100 |
Color Harmonies of #C7996C
Complementary color
Monochromatic Colors of #C7996C
Black with #C7996C
Text Example
Text Example
White with #C7996C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7996C; }
p { color: rgb(199,153,108); }
H1.HeaderClassName
{
color: #C7996C;
}
.AnyTagClassName
{
color: #C7996C;
}
</style>
background-color css
<style>
a { background-color: #C7996C; }
a { background-color: rgb(199,153,108); }
div.DivClassName
{
background-color: #C7996C;
}
.BgClassName
{
background-color: #C7996C;
}
</style>
border-color css
<style>
span { border-color: #C7996C; }
span { border-color: rgb(199,153,108); }
td.TdClassName
{
border-color: #C7996C;
}
.TagClassName
{
border-color: #C7996C;
}
</style>