Shades of Fallow #C8956C
Tints of Fallow #C8956C
RGB
CMYK
RGB Variations
Color information
#C8956C (or 0xC8956C) is known color: Fallow. HEX triplet: C8, 95 and 6C. RGB value is (200,149,108). Sum of RGB (Red+Green+Blue) = 200+149+108=457 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.76% from 457); Green value is 149 (58.59% from 255 or 32.60% from 457); Blue value is 108 (42.58% from 255 or 23.63% from 457); Max value from RGB is 200 - color contains mainly: red. Hex color #C8956C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8956C is #376A93. Grayscale: #9F9F9F. Windows color (decimal): -3631764 or 7116232. OLE color: 7116232.
HSL color Cylindrical-coordinate representation of color #C8956C: hue angle of 26.74º 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 #C8956C is Cyan = 0, Magento = 0.26, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 149 | 108 | - |
| CMYK | 0 | 0.26 | 0.46 | 0.22 |
| HSL | 26.74º | 0.46% | 0.6% | - |
| HSV(B) | 26.74º | 0.46% | 0.78% | - |
| XYZ | 37.27 | 34.86 | 18.95 | - |
| YUV | 159.58 | 98.9 | 156.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 149 | 108 | 0 | 0.26 | 0.46 | 0.22 | 26.74 | 0.46 | 0.6 |
| Hex | C8 | 95 | 6C | 0 | 1A | 2E | 16 | 1B | 2E | 3C |
| Octal | 310 | 225 | 154 | 0 | 32 | 56 | 26 | 33 | 56 | 74 |
| Binary | 11001000 | 10010101 | 1101100 | 0 | 11010 | 101110 | 10110 | 11011 | 101110 | 111100 |
Color Harmonies of #C8956C
Complementary color
Monochromatic Colors of #C8956C
Black with #C8956C
Text Example
Text Example
White with #C8956C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8956C; }
p { color: rgb(200,149,108); }
H1.HeaderClassName
{
color: #C8956C;
}
.AnyTagClassName
{
color: #C8956C;
}
</style>
background-color css
<style>
a { background-color: #C8956C; }
a { background-color: rgb(200,149,108); }
div.DivClassName
{
background-color: #C8956C;
}
.BgClassName
{
background-color: #C8956C;
}
</style>
border-color css
<style>
span { border-color: #C8956C; }
span { border-color: rgb(200,149,108); }
td.TdClassName
{
border-color: #C8956C;
}
.TagClassName
{
border-color: #C8956C;
}
</style>