Shades of Fallow #C8976C
Tints of Fallow #C8976C
RGB
CMYK
RGB Variations
Color information
#C8976C (or 0xC8976C) is known color: Fallow. HEX triplet: C8, 97 and 6C. RGB value is (200,151,108). Sum of RGB (Red+Green+Blue) = 200+151+108=459 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.57% from 459); Green value is 151 (59.38% from 255 or 32.90% from 459); Blue value is 108 (42.58% from 255 or 23.53% from 459); Max value from RGB is 200 - color contains mainly: red. Hex color #C8976C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8976C is #376893. Grayscale: #A0A0A0. Windows color (decimal): -3631252 or 7116744. OLE color: 7116744.
HSL color Cylindrical-coordinate representation of color #C8976C: hue angle of 28.04º degrees, saturation: 0.46, 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 #C8976C is Cyan = 0, Magento = 0.24, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 151 | 108 | - |
| CMYK | 0 | 0.24 | 0.46 | 0.22 |
| HSL | 28.04º | 0.46% | 0.6% | - |
| HSV(B) | 28.04º | 0.46% | 0.78% | - |
| XYZ | 37.59 | 35.5 | 19.06 | - |
| YUV | 160.75 | 98.23 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 151 | 108 | 0 | 0.24 | 0.46 | 0.22 | 28.04 | 0.46 | 0.6 |
| Hex | C8 | 97 | 6C | 0 | 18 | 2E | 16 | 1C | 2E | 3C |
| Octal | 310 | 227 | 154 | 0 | 30 | 56 | 26 | 34 | 56 | 74 |
| Binary | 11001000 | 10010111 | 1101100 | 0 | 11000 | 101110 | 10110 | 11100 | 101110 | 111100 |
Color Harmonies of #C8976C
Complementary color
Monochromatic Colors of #C8976C
Black with #C8976C
Text Example
Text Example
White with #C8976C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8976C; }
p { color: rgb(200,151,108); }
H1.HeaderClassName
{
color: #C8976C;
}
.AnyTagClassName
{
color: #C8976C;
}
</style>
background-color css
<style>
a { background-color: #C8976C; }
a { background-color: rgb(200,151,108); }
div.DivClassName
{
background-color: #C8976C;
}
.BgClassName
{
background-color: #C8976C;
}
</style>
border-color css
<style>
span { border-color: #C8976C; }
span { border-color: rgb(200,151,108); }
td.TdClassName
{
border-color: #C8976C;
}
.TagClassName
{
border-color: #C8976C;
}
</style>