Shades of Fallow #C49568
Tints of Fallow #C49568
RGB
CMYK
RGB Variations
Color information
#C49568 (or 0xC49568) is known color: Fallow. HEX triplet: C4, 95 and 68. RGB value is (196,149,104). Sum of RGB (Red+Green+Blue) = 196+149+104=449 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.65% from 449); Green value is 149 (58.59% from 255 or 33.18% from 449); Blue value is 104 (41.02% from 255 or 23.16% from 449); Max value from RGB is 196 - color contains mainly: red. Hex color #C49568 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49568 is #3B6A97. Grayscale: #9E9E9E. Windows color (decimal): -3893912 or 6854084. OLE color: 6854084.
HSL color Cylindrical-coordinate representation of color #C49568: hue angle of 29.35º 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 #C49568 is Cyan = 0, Magento = 0.24, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 149 | 104 | - |
| CMYK | 0 | 0.24 | 0.47 | 0.23 |
| HSL | 29.35º | 0.44% | 0.59% | - |
| HSV(B) | 29.35º | 0.47% | 0.77% | - |
| XYZ | 36.01 | 34.23 | 17.81 | - |
| YUV | 157.92 | 97.57 | 155.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 149 | 104 | 0 | 0.24 | 0.47 | 0.23 | 29.35 | 0.44 | 0.59 |
| Hex | C4 | 95 | 68 | 0 | 18 | 2F | 17 | 1D | 2C | 3B |
| Octal | 304 | 225 | 150 | 0 | 30 | 57 | 27 | 35 | 54 | 73 |
| Binary | 11000100 | 10010101 | 1101000 | 0 | 11000 | 101111 | 10111 | 11101 | 101100 | 111011 |
Color Harmonies of #C49568
Complementary color
Monochromatic Colors of #C49568
Black with #C49568
Text Example
Text Example
White with #C49568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49568; }
p { color: rgb(196,149,104); }
H1.HeaderClassName
{
color: #C49568;
}
.AnyTagClassName
{
color: #C49568;
}
</style>
background-color css
<style>
a { background-color: #C49568; }
a { background-color: rgb(196,149,104); }
div.DivClassName
{
background-color: #C49568;
}
.BgClassName
{
background-color: #C49568;
}
</style>
border-color css
<style>
span { border-color: #C49568; }
span { border-color: rgb(196,149,104); }
td.TdClassName
{
border-color: #C49568;
}
.TagClassName
{
border-color: #C49568;
}
</style>