Shades of Fallow #C49467
Tints of Fallow #C49467
RGB
CMYK
RGB Variations
Color information
#C49467 (or 0xC49467) is known color: Fallow. HEX triplet: C4, 94 and 67. RGB value is (196,148,103). Sum of RGB (Red+Green+Blue) = 196+148+103=447 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.85% from 447); Green value is 148 (58.20% from 255 or 33.11% from 447); Blue value is 103 (40.62% from 255 or 23.04% from 447); Max value from RGB is 196 - color contains mainly: red. Hex color #C49467 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49467 is #3B6B98. Grayscale: #9D9D9D. Windows color (decimal): -3894169 or 6788292. OLE color: 6788292.
HSL color Cylindrical-coordinate representation of color #C49467: hue angle of 29.03º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C49467 is Cyan = 0, Magento = 0.24, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 148 | 103 | - |
| CMYK | 0 | 0.24 | 0.47 | 0.23 |
| HSL | 29.03º | 0.44% | 0.59% | - |
| HSV(B) | 29.03º | 0.47% | 0.77% | - |
| XYZ | 35.8 | 33.89 | 17.49 | - |
| YUV | 157.22 | 97.4 | 155.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 148 | 103 | 0 | 0.24 | 0.47 | 0.23 | 29.03 | 0.44 | 0.59 |
| Hex | C4 | 94 | 67 | 0 | 18 | 2F | 17 | 1D | 2C | 3B |
| Octal | 304 | 224 | 147 | 0 | 30 | 57 | 27 | 35 | 54 | 73 |
| Binary | 11000100 | 10010100 | 1100111 | 0 | 11000 | 101111 | 10111 | 11101 | 101100 | 111011 |
Color Harmonies of #C49467
Complementary color
Monochromatic Colors of #C49467
Black with #C49467
Text Example
Text Example
White with #C49467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49467; }
p { color: rgb(196,148,103); }
H1.HeaderClassName
{
color: #C49467;
}
.AnyTagClassName
{
color: #C49467;
}
</style>
background-color css
<style>
a { background-color: #C49467; }
a { background-color: rgb(196,148,103); }
div.DivClassName
{
background-color: #C49467;
}
.BgClassName
{
background-color: #C49467;
}
</style>
border-color css
<style>
span { border-color: #C49467; }
span { border-color: rgb(196,148,103); }
td.TdClassName
{
border-color: #C49467;
}
.TagClassName
{
border-color: #C49467;
}
</style>