Shades of Fallow #C8966B
Tints of Fallow #C8966B
RGB
CMYK
RGB Variations
Color information
#C8966B (or 0xC8966B) is known color: Fallow. HEX triplet: C8, 96 and 6B. RGB value is (200,150,107). Sum of RGB (Red+Green+Blue) = 200+150+107=457 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.76% from 457); Green value is 150 (58.98% from 255 or 32.82% from 457); Blue value is 107 (42.19% from 255 or 23.41% from 457); Max value from RGB is 200 - color contains mainly: red. Hex color #C8966B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8966B is #376994. Grayscale: #A0A0A0. Windows color (decimal): -3631509 or 7050952. OLE color: 7050952.
HSL color Cylindrical-coordinate representation of color #C8966B: hue angle of 27.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 #C8966B is Cyan = 0, Magento = 0.25, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 150 | 107 | - |
| CMYK | 0 | 0.25 | 0.46 | 0.22 |
| HSL | 27.74º | 0.46% | 0.6% | - |
| HSV(B) | 27.74º | 0.47% | 0.78% | - |
| XYZ | 37.38 | 35.15 | 18.73 | - |
| YUV | 160.05 | 98.07 | 156.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 150 | 107 | 0 | 0.25 | 0.46 | 0.22 | 27.74 | 0.46 | 0.6 |
| Hex | C8 | 96 | 6B | 0 | 19 | 2E | 16 | 1C | 2E | 3C |
| Octal | 310 | 226 | 153 | 0 | 31 | 56 | 26 | 34 | 56 | 74 |
| Binary | 11001000 | 10010110 | 1101011 | 0 | 11001 | 101110 | 10110 | 11100 | 101110 | 111100 |
Color Harmonies of #C8966B
Complementary color
Monochromatic Colors of #C8966B
Black with #C8966B
Text Example
Text Example
White with #C8966B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8966B; }
p { color: rgb(200,150,107); }
H1.HeaderClassName
{
color: #C8966B;
}
.AnyTagClassName
{
color: #C8966B;
}
</style>
background-color css
<style>
a { background-color: #C8966B; }
a { background-color: rgb(200,150,107); }
div.DivClassName
{
background-color: #C8966B;
}
.BgClassName
{
background-color: #C8966B;
}
</style>
border-color css
<style>
span { border-color: #C8966B; }
span { border-color: rgb(200,150,107); }
td.TdClassName
{
border-color: #C8966B;
}
.TagClassName
{
border-color: #C8966B;
}
</style>