Shades of Fallow #C8966C
Tints of Fallow #C8966C
RGB
CMYK
RGB Variations
Color information
#C8966C (or 0xC8966C) is known color: Fallow. HEX triplet: C8, 96 and 6C. RGB value is (200,150,108). Sum of RGB (Red+Green+Blue) = 200+150+108=458 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.67% from 458); Green value is 150 (58.98% from 255 or 32.75% from 458); Blue value is 108 (42.58% from 255 or 23.58% from 458); Max value from RGB is 200 - color contains mainly: red. Hex color #C8966C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8966C is #376993. Grayscale: #A0A0A0. Windows color (decimal): -3631508 or 7116488. OLE color: 7116488.
HSL color Cylindrical-coordinate representation of color #C8966C: hue angle of 27.39º 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 #C8966C is Cyan = 0, Magento = 0.25, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 150 | 108 | - |
| CMYK | 0 | 0.25 | 0.46 | 0.22 |
| HSL | 27.39º | 0.46% | 0.6% | - |
| HSV(B) | 27.39º | 0.46% | 0.78% | - |
| XYZ | 37.43 | 35.17 | 19 | - |
| YUV | 160.16 | 98.57 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 150 | 108 | 0 | 0.25 | 0.46 | 0.22 | 27.39 | 0.46 | 0.6 |
| Hex | C8 | 96 | 6C | 0 | 19 | 2E | 16 | 1B | 2E | 3C |
| Octal | 310 | 226 | 154 | 0 | 31 | 56 | 26 | 33 | 56 | 74 |
| Binary | 11001000 | 10010110 | 1101100 | 0 | 11001 | 101110 | 10110 | 11011 | 101110 | 111100 |
Color Harmonies of #C8966C
Complementary color
Monochromatic Colors of #C8966C
Black with #C8966C
Text Example
Text Example
White with #C8966C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8966C; }
p { color: rgb(200,150,108); }
H1.HeaderClassName
{
color: #C8966C;
}
.AnyTagClassName
{
color: #C8966C;
}
</style>
background-color css
<style>
a { background-color: #C8966C; }
a { background-color: rgb(200,150,108); }
div.DivClassName
{
background-color: #C8966C;
}
.BgClassName
{
background-color: #C8966C;
}
</style>
border-color css
<style>
span { border-color: #C8966C; }
span { border-color: rgb(200,150,108); }
td.TdClassName
{
border-color: #C8966C;
}
.TagClassName
{
border-color: #C8966C;
}
</style>