Shades of Fallow #C7976C
Tints of Fallow #C7976C
RGB
CMYK
RGB Variations
Color information
#C7976C (or 0xC7976C) is known color: Fallow. HEX triplet: C7, 97 and 6C. RGB value is (199,151,108). Sum of RGB (Red+Green+Blue) = 199+151+108=458 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.45% from 458); Green value is 151 (59.38% from 255 or 32.97% from 458); Blue value is 108 (42.58% from 255 or 23.58% from 458); Max value from RGB is 199 - color contains mainly: red. Hex color #C7976C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7976C is #386893. Grayscale: #A0A0A0. Windows color (decimal): -3696788 or 7116743. OLE color: 7116743.
HSL color Cylindrical-coordinate representation of color #C7976C: hue angle of 28.35º 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 #C7976C is Cyan = 0, Magento = 0.24, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 151 | 108 | - |
| CMYK | 0 | 0.24 | 0.46 | 0.22 |
| HSL | 28.35º | 0.45% | 0.6% | - |
| HSV(B) | 28.35º | 0.46% | 0.78% | - |
| XYZ | 37.33 | 35.36 | 19.04 | - |
| YUV | 160.45 | 98.4 | 155.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 151 | 108 | 0 | 0.24 | 0.46 | 0.22 | 28.35 | 0.45 | 0.6 |
| Hex | C7 | 97 | 6C | 0 | 18 | 2E | 16 | 1C | 2D | 3C |
| Octal | 307 | 227 | 154 | 0 | 30 | 56 | 26 | 34 | 55 | 74 |
| Binary | 11000111 | 10010111 | 1101100 | 0 | 11000 | 101110 | 10110 | 11100 | 101101 | 111100 |
Color Harmonies of #C7976C
Complementary color
Monochromatic Colors of #C7976C
Black with #C7976C
Text Example
Text Example
White with #C7976C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7976C; }
p { color: rgb(199,151,108); }
H1.HeaderClassName
{
color: #C7976C;
}
.AnyTagClassName
{
color: #C7976C;
}
</style>
background-color css
<style>
a { background-color: #C7976C; }
a { background-color: rgb(199,151,108); }
div.DivClassName
{
background-color: #C7976C;
}
.BgClassName
{
background-color: #C7976C;
}
</style>
border-color css
<style>
span { border-color: #C7976C; }
span { border-color: rgb(199,151,108); }
td.TdClassName
{
border-color: #C7976C;
}
.TagClassName
{
border-color: #C7976C;
}
</style>