Shades of Fallow #C49566
Tints of Fallow #C49566
RGB
CMYK
RGB Variations
Color information
#C49566 (or 0xC49566) is known color: Fallow. HEX triplet: C4, 95 and 66. RGB value is (196,149,102). Sum of RGB (Red+Green+Blue) = 196+149+102=447 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.85% from 447); Green value is 149 (58.59% from 255 or 33.33% from 447); Blue value is 102 (40.23% from 255 or 22.82% from 447); Max value from RGB is 196 - color contains mainly: red. Hex color #C49566 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49566 is #3B6A99. Grayscale: #9D9D9D. Windows color (decimal): -3893914 or 6723012. OLE color: 6723012.
HSL color Cylindrical-coordinate representation of color #C49566: hue angle of 30º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C49566 is Cyan = 0, Magento = 0.24, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 149 | 102 | - |
| CMYK | 0 | 0.24 | 0.48 | 0.23 |
| HSL | 30º | 0.44% | 0.58% | - |
| HSV(B) | 30º | 0.48% | 0.77% | - |
| XYZ | 35.91 | 34.19 | 17.28 | - |
| YUV | 157.7 | 96.57 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 149 | 102 | 0 | 0.24 | 0.48 | 0.23 | 30 | 0.44 | 0.58 |
| Hex | C4 | 95 | 66 | 0 | 18 | 30 | 17 | 1E | 2C | 3A |
| Octal | 304 | 225 | 146 | 0 | 30 | 60 | 27 | 36 | 54 | 72 |
| Binary | 11000100 | 10010101 | 1100110 | 0 | 11000 | 110000 | 10111 | 11110 | 101100 | 111010 |
Color Harmonies of #C49566
Complementary color
Monochromatic Colors of #C49566
Black with #C49566
Text Example
Text Example
White with #C49566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49566; }
p { color: rgb(196,149,102); }
H1.HeaderClassName
{
color: #C49566;
}
.AnyTagClassName
{
color: #C49566;
}
</style>
background-color css
<style>
a { background-color: #C49566; }
a { background-color: rgb(196,149,102); }
div.DivClassName
{
background-color: #C49566;
}
.BgClassName
{
background-color: #C49566;
}
</style>
border-color css
<style>
span { border-color: #C49566; }
span { border-color: rgb(196,149,102); }
td.TdClassName
{
border-color: #C49566;
}
.TagClassName
{
border-color: #C49566;
}
</style>