Shades of Fallow #C8956B
Tints of Fallow #C8956B
RGB
CMYK
RGB Variations
Color information
#C8956B (or 0xC8956B) is known color: Fallow. HEX triplet: C8, 95 and 6B. RGB value is (200,149,107). Sum of RGB (Red+Green+Blue) = 200+149+107=456 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.86% from 456); Green value is 149 (58.59% from 255 or 32.68% from 456); Blue value is 107 (42.19% from 255 or 23.46% from 456); Max value from RGB is 200 - color contains mainly: red. Hex color #C8956B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8956B is #376A94. Grayscale: #9F9F9F. Windows color (decimal): -3631765 or 7050696. OLE color: 7050696.
HSL color Cylindrical-coordinate representation of color #C8956B: hue angle of 27.1º 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 #C8956B is Cyan = 0, Magento = 0.26, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 149 | 107 | - |
| CMYK | 0 | 0.26 | 0.46 | 0.22 |
| HSL | 27.1º | 0.46% | 0.6% | - |
| HSV(B) | 27.1º | 0.47% | 0.78% | - |
| XYZ | 37.22 | 34.84 | 18.67 | - |
| YUV | 159.46 | 98.4 | 156.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 149 | 107 | 0 | 0.26 | 0.46 | 0.22 | 27.1 | 0.46 | 0.6 |
| Hex | C8 | 95 | 6B | 0 | 1A | 2E | 16 | 1B | 2E | 3C |
| Octal | 310 | 225 | 153 | 0 | 32 | 56 | 26 | 33 | 56 | 74 |
| Binary | 11001000 | 10010101 | 1101011 | 0 | 11010 | 101110 | 10110 | 11011 | 101110 | 111100 |
Color Harmonies of #C8956B
Complementary color
Monochromatic Colors of #C8956B
Black with #C8956B
Text Example
Text Example
White with #C8956B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8956B; }
p { color: rgb(200,149,107); }
H1.HeaderClassName
{
color: #C8956B;
}
.AnyTagClassName
{
color: #C8956B;
}
</style>
background-color css
<style>
a { background-color: #C8956B; }
a { background-color: rgb(200,149,107); }
div.DivClassName
{
background-color: #C8956B;
}
.BgClassName
{
background-color: #C8956B;
}
</style>
border-color css
<style>
span { border-color: #C8956B; }
span { border-color: rgb(200,149,107); }
td.TdClassName
{
border-color: #C8956B;
}
.TagClassName
{
border-color: #C8956B;
}
</style>