Shades of Fallow #C8946B
Tints of Fallow #C8946B
RGB
CMYK
RGB Variations
Color information
#C8946B (or 0xC8946B) is known color: Fallow. HEX triplet: C8, 94 and 6B. RGB value is (200,148,107). Sum of RGB (Red+Green+Blue) = 200+148+107=455 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.96% from 455); Green value is 148 (58.20% from 255 or 32.53% from 455); Blue value is 107 (42.19% from 255 or 23.52% from 455); Max value from RGB is 200 - color contains mainly: red. Hex color #C8946B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8946B is #376B94. Grayscale: #9F9F9F. Windows color (decimal): -3632021 or 7050440. OLE color: 7050440.
HSL color Cylindrical-coordinate representation of color #C8946B: hue angle of 26.45º 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 #C8946B is Cyan = 0, Magento = 0.26, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 148 | 107 | - |
| CMYK | 0 | 0.26 | 0.46 | 0.22 |
| HSL | 26.45º | 0.46% | 0.6% | - |
| HSV(B) | 26.45º | 0.47% | 0.78% | - |
| XYZ | 37.06 | 34.52 | 18.62 | - |
| YUV | 158.87 | 98.73 | 157.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 148 | 107 | 0 | 0.26 | 0.46 | 0.22 | 26.45 | 0.46 | 0.6 |
| Hex | C8 | 94 | 6B | 0 | 1A | 2E | 16 | 1A | 2E | 3C |
| Octal | 310 | 224 | 153 | 0 | 32 | 56 | 26 | 32 | 56 | 74 |
| Binary | 11001000 | 10010100 | 1101011 | 0 | 11010 | 101110 | 10110 | 11010 | 101110 | 111100 |
Color Harmonies of #C8946B
Complementary color
Monochromatic Colors of #C8946B
Black with #C8946B
Text Example
Text Example
White with #C8946B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8946B; }
p { color: rgb(200,148,107); }
H1.HeaderClassName
{
color: #C8946B;
}
.AnyTagClassName
{
color: #C8946B;
}
</style>
background-color css
<style>
a { background-color: #C8946B; }
a { background-color: rgb(200,148,107); }
div.DivClassName
{
background-color: #C8946B;
}
.BgClassName
{
background-color: #C8946B;
}
</style>
border-color css
<style>
span { border-color: #C8946B; }
span { border-color: rgb(200,148,107); }
td.TdClassName
{
border-color: #C8946B;
}
.TagClassName
{
border-color: #C8946B;
}
</style>