Shades of Fallow #C8976E
Tints of Fallow #C8976E
RGB
CMYK
RGB Variations
Color information
#C8976E (or 0xC8976E) is known color: Fallow. HEX triplet: C8, 97 and 6E. RGB value is (200,151,110). Sum of RGB (Red+Green+Blue) = 200+151+110=461 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.38% from 461); Green value is 151 (59.38% from 255 or 32.75% from 461); Blue value is 110 (43.36% from 255 or 23.86% from 461); Max value from RGB is 200 - color contains mainly: red. Hex color #C8976E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8976E is #376891. Grayscale: #A1A1A1. Windows color (decimal): -3631250 or 7247816. OLE color: 7247816.
HSL color Cylindrical-coordinate representation of color #C8976E: hue angle of 27.33º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C8976E is Cyan = 0, Magento = 0.24, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 151 | 110 | - |
| CMYK | 0 | 0.24 | 0.45 | 0.22 |
| HSL | 27.33º | 0.45% | 0.61% | - |
| HSV(B) | 27.33º | 0.45% | 0.78% | - |
| XYZ | 37.7 | 35.54 | 19.62 | - |
| YUV | 160.98 | 99.23 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 151 | 110 | 0 | 0.24 | 0.45 | 0.22 | 27.33 | 0.45 | 0.61 |
| Hex | C8 | 97 | 6E | 0 | 18 | 2D | 16 | 1B | 2D | 3D |
| Octal | 310 | 227 | 156 | 0 | 30 | 55 | 26 | 33 | 55 | 75 |
| Binary | 11001000 | 10010111 | 1101110 | 0 | 11000 | 101101 | 10110 | 11011 | 101101 | 111101 |
Color Harmonies of #C8976E
Complementary color
Monochromatic Colors of #C8976E
Black with #C8976E
Text Example
Text Example
White with #C8976E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8976E; }
p { color: rgb(200,151,110); }
H1.HeaderClassName
{
color: #C8976E;
}
.AnyTagClassName
{
color: #C8976E;
}
</style>
background-color css
<style>
a { background-color: #C8976E; }
a { background-color: rgb(200,151,110); }
div.DivClassName
{
background-color: #C8976E;
}
.BgClassName
{
background-color: #C8976E;
}
</style>
border-color css
<style>
span { border-color: #C8976E; }
span { border-color: rgb(200,151,110); }
td.TdClassName
{
border-color: #C8976E;
}
.TagClassName
{
border-color: #C8976E;
}
</style>