Shades of Fallow #C8986C
Tints of Fallow #C8986C
RGB
CMYK
RGB Variations
Color information
#C8986C (or 0xC8986C) is known color: Fallow. HEX triplet: C8, 98 and 6C. RGB value is (200,152,108). Sum of RGB (Red+Green+Blue) = 200+152+108=460 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.48% from 460); Green value is 152 (59.77% from 255 or 33.04% from 460); Blue value is 108 (42.58% from 255 or 23.48% from 460); Max value from RGB is 200 - color contains mainly: red. Hex color #C8986C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8986C is #376793. Grayscale: #A1A1A1. Windows color (decimal): -3630996 or 7117000. OLE color: 7117000.
HSL color Cylindrical-coordinate representation of color #C8986C: hue angle of 28.7º 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 #C8986C is Cyan = 0, Magento = 0.24, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 152 | 108 | - |
| CMYK | 0 | 0.24 | 0.46 | 0.22 |
| HSL | 28.7º | 0.46% | 0.6% | - |
| HSV(B) | 28.7º | 0.46% | 0.78% | - |
| XYZ | 37.75 | 35.82 | 19.11 | - |
| YUV | 161.34 | 97.9 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 152 | 108 | 0 | 0.24 | 0.46 | 0.22 | 28.7 | 0.46 | 0.6 |
| Hex | C8 | 98 | 6C | 0 | 18 | 2E | 16 | 1D | 2E | 3C |
| Octal | 310 | 230 | 154 | 0 | 30 | 56 | 26 | 35 | 56 | 74 |
| Binary | 11001000 | 10011000 | 1101100 | 0 | 11000 | 101110 | 10110 | 11101 | 101110 | 111100 |
Color Harmonies of #C8986C
Complementary color
Monochromatic Colors of #C8986C
Black with #C8986C
Text Example
Text Example
White with #C8986C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8986C; }
p { color: rgb(200,152,108); }
H1.HeaderClassName
{
color: #C8986C;
}
.AnyTagClassName
{
color: #C8986C;
}
</style>
background-color css
<style>
a { background-color: #C8986C; }
a { background-color: rgb(200,152,108); }
div.DivClassName
{
background-color: #C8986C;
}
.BgClassName
{
background-color: #C8986C;
}
</style>
border-color css
<style>
span { border-color: #C8986C; }
span { border-color: rgb(200,152,108); }
td.TdClassName
{
border-color: #C8986C;
}
.TagClassName
{
border-color: #C8986C;
}
</style>