Shades of Fallow #C7976B
Tints of Fallow #C7976B
RGB
CMYK
RGB Variations
Color information
#C7976B (or 0xC7976B) is known color: Fallow. HEX triplet: C7, 97 and 6B. RGB value is (199,151,107). Sum of RGB (Red+Green+Blue) = 199+151+107=457 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.54% from 457); Green value is 151 (59.38% from 255 or 33.04% from 457); Blue value is 107 (42.19% from 255 or 23.41% from 457); Max value from RGB is 199 - color contains mainly: red. Hex color #C7976B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7976B is #386894. Grayscale: #A0A0A0. Windows color (decimal): -3696789 or 7051207. OLE color: 7051207.
HSL color Cylindrical-coordinate representation of color #C7976B: hue angle of 28.7º 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 #C7976B is Cyan = 0, Magento = 0.24, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 151 | 107 | - |
| CMYK | 0 | 0.24 | 0.46 | 0.22 |
| HSL | 28.7º | 0.45% | 0.6% | - |
| HSV(B) | 28.7º | 0.46% | 0.78% | - |
| XYZ | 37.27 | 35.34 | 18.77 | - |
| YUV | 160.34 | 97.9 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 151 | 107 | 0 | 0.24 | 0.46 | 0.22 | 28.7 | 0.45 | 0.6 |
| Hex | C7 | 97 | 6B | 0 | 18 | 2E | 16 | 1D | 2D | 3C |
| Octal | 307 | 227 | 153 | 0 | 30 | 56 | 26 | 35 | 55 | 74 |
| Binary | 11000111 | 10010111 | 1101011 | 0 | 11000 | 101110 | 10110 | 11101 | 101101 | 111100 |
Color Harmonies of #C7976B
Complementary color
Monochromatic Colors of #C7976B
Black with #C7976B
Text Example
Text Example
White with #C7976B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7976B; }
p { color: rgb(199,151,107); }
H1.HeaderClassName
{
color: #C7976B;
}
.AnyTagClassName
{
color: #C7976B;
}
</style>
background-color css
<style>
a { background-color: #C7976B; }
a { background-color: rgb(199,151,107); }
div.DivClassName
{
background-color: #C7976B;
}
.BgClassName
{
background-color: #C7976B;
}
</style>
border-color css
<style>
span { border-color: #C7976B; }
span { border-color: rgb(199,151,107); }
td.TdClassName
{
border-color: #C7976B;
}
.TagClassName
{
border-color: #C7976B;
}
</style>