Shades of Fallow #C29E68
Tints of Fallow #C29E68
RGB
CMYK
RGB Variations
Color information
#C29E68 (or 0xC29E68) is known color: Fallow. HEX triplet: C2, 9E and 68. RGB value is (194,158,104). Sum of RGB (Red+Green+Blue) = 194+158+104=456 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.54% from 456); Green value is 158 (62.11% from 255 or 34.65% from 456); Blue value is 104 (41.02% from 255 or 22.81% from 456); Max value from RGB is 194 - color contains mainly: red. Hex color #C29E68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29E68 is #3D6197. Grayscale: #A2A2A2. Windows color (decimal): -4022680 or 6856386. OLE color: 6856386.
HSL color Cylindrical-coordinate representation of color #C29E68: hue angle of 36º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C29E68 is Cyan = 0, Magento = 0.19, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 158 | 104 | - |
| CMYK | 0 | 0.19 | 0.46 | 0.24 |
| HSL | 36º | 0.42% | 0.58% | - |
| HSV(B) | 36º | 0.46% | 0.76% | - |
| XYZ | 36.97 | 36.92 | 18.27 | - |
| YUV | 162.61 | 94.93 | 150.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 158 | 104 | 0 | 0.19 | 0.46 | 0.24 | 36 | 0.42 | 0.58 |
| Hex | C2 | 9E | 68 | 0 | 13 | 2E | 18 | 24 | 2A | 3A |
| Octal | 302 | 236 | 150 | 0 | 23 | 56 | 30 | 44 | 52 | 72 |
| Binary | 11000010 | 10011110 | 1101000 | 0 | 10011 | 101110 | 11000 | 100100 | 101010 | 111010 |
Color Harmonies of #C29E68
Complementary color
Monochromatic Colors of #C29E68
Black with #C29E68
Text Example
Text Example
White with #C29E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29E68; }
p { color: rgb(194,158,104); }
H1.HeaderClassName
{
color: #C29E68;
}
.AnyTagClassName
{
color: #C29E68;
}
</style>
background-color css
<style>
a { background-color: #C29E68; }
a { background-color: rgb(194,158,104); }
div.DivClassName
{
background-color: #C29E68;
}
.BgClassName
{
background-color: #C29E68;
}
</style>
border-color css
<style>
span { border-color: #C29E68; }
span { border-color: rgb(194,158,104); }
td.TdClassName
{
border-color: #C29E68;
}
.TagClassName
{
border-color: #C29E68;
}
</style>