Shades of Fallow #C8956A
Tints of Fallow #C8956A
RGB
CMYK
RGB Variations
Color information
#C8956A (or 0xC8956A) is known color: Fallow. HEX triplet: C8, 95 and 6A. RGB value is (200,149,106). Sum of RGB (Red+Green+Blue) = 200+149+106=455 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.96% from 455); Green value is 149 (58.59% from 255 or 32.75% from 455); Blue value is 106 (41.80% from 255 or 23.30% from 455); Max value from RGB is 200 - color contains mainly: red. Hex color #C8956A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8956A is #376A95. Grayscale: #9F9F9F. Windows color (decimal): -3631766 or 6985160. OLE color: 6985160.
HSL color Cylindrical-coordinate representation of color #C8956A: hue angle of 27.45º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C8956A is Cyan = 0, Magento = 0.26, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 149 | 106 | - |
| CMYK | 0 | 0.26 | 0.47 | 0.22 |
| HSL | 27.45º | 0.46% | 0.6% | - |
| HSV(B) | 27.45º | 0.47% | 0.78% | - |
| XYZ | 37.17 | 34.81 | 18.4 | - |
| YUV | 159.35 | 97.9 | 157 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 149 | 106 | 0 | 0.26 | 0.47 | 0.22 | 27.45 | 0.46 | 0.6 |
| Hex | C8 | 95 | 6A | 0 | 1A | 2F | 16 | 1B | 2E | 3C |
| Octal | 310 | 225 | 152 | 0 | 32 | 57 | 26 | 33 | 56 | 74 |
| Binary | 11001000 | 10010101 | 1101010 | 0 | 11010 | 101111 | 10110 | 11011 | 101110 | 111100 |
Color Harmonies of #C8956A
Complementary color
Monochromatic Colors of #C8956A
Black with #C8956A
Text Example
Text Example
White with #C8956A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8956A; }
p { color: rgb(200,149,106); }
H1.HeaderClassName
{
color: #C8956A;
}
.AnyTagClassName
{
color: #C8956A;
}
</style>
background-color css
<style>
a { background-color: #C8956A; }
a { background-color: rgb(200,149,106); }
div.DivClassName
{
background-color: #C8956A;
}
.BgClassName
{
background-color: #C8956A;
}
</style>
border-color css
<style>
span { border-color: #C8956A; }
span { border-color: rgb(200,149,106); }
td.TdClassName
{
border-color: #C8956A;
}
.TagClassName
{
border-color: #C8956A;
}
</style>