Shades of Fallow #C8956D
Tints of Fallow #C8956D
RGB
CMYK
RGB Variations
Color information
#C8956D (or 0xC8956D) is known color: Fallow. HEX triplet: C8, 95 and 6D. RGB value is (200,149,109). Sum of RGB (Red+Green+Blue) = 200+149+109=458 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.67% from 458); Green value is 149 (58.59% from 255 or 32.53% from 458); Blue value is 109 (42.97% from 255 or 23.80% from 458); Max value from RGB is 200 - color contains mainly: red. Hex color #C8956D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8956D is #376A92. Grayscale: #9F9F9F. Windows color (decimal): -3631763 or 7181768. OLE color: 7181768.
HSL color Cylindrical-coordinate representation of color #C8956D: hue angle of 26.37º 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 #C8956D is Cyan = 0, Magento = 0.26, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 149 | 109 | - |
| CMYK | 0 | 0.26 | 0.46 | 0.22 |
| HSL | 26.37º | 0.45% | 0.61% | - |
| HSV(B) | 26.37º | 0.46% | 0.78% | - |
| XYZ | 37.33 | 34.88 | 19.23 | - |
| YUV | 159.69 | 99.4 | 156.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 149 | 109 | 0 | 0.26 | 0.46 | 0.22 | 26.37 | 0.45 | 0.61 |
| Hex | C8 | 95 | 6D | 0 | 1A | 2E | 16 | 1A | 2D | 3D |
| Octal | 310 | 225 | 155 | 0 | 32 | 56 | 26 | 32 | 55 | 75 |
| Binary | 11001000 | 10010101 | 1101101 | 0 | 11010 | 101110 | 10110 | 11010 | 101101 | 111101 |
Color Harmonies of #C8956D
Complementary color
Monochromatic Colors of #C8956D
Black with #C8956D
Text Example
Text Example
White with #C8956D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8956D; }
p { color: rgb(200,149,109); }
H1.HeaderClassName
{
color: #C8956D;
}
.AnyTagClassName
{
color: #C8956D;
}
</style>
background-color css
<style>
a { background-color: #C8956D; }
a { background-color: rgb(200,149,109); }
div.DivClassName
{
background-color: #C8956D;
}
.BgClassName
{
background-color: #C8956D;
}
</style>
border-color css
<style>
span { border-color: #C8956D; }
span { border-color: rgb(200,149,109); }
td.TdClassName
{
border-color: #C8956D;
}
.TagClassName
{
border-color: #C8956D;
}
</style>