Shades of Fallow #C29E70
Tints of Fallow #C29E70
RGB
CMYK
RGB Variations
Color information
#C29E70 (or 0xC29E70) is known color: Fallow. HEX triplet: C2, 9E and 70. RGB value is (194,158,112). Sum of RGB (Red+Green+Blue) = 194+158+112=464 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.81% from 464); Green value is 158 (62.11% from 255 or 34.05% from 464); Blue value is 112 (44.14% from 255 or 24.14% from 464); Max value from RGB is 194 - color contains mainly: red. Hex color #C29E70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29E70 is #3D618F. Grayscale: #A3A3A3. Windows color (decimal): -4022672 or 7380674. OLE color: 7380674.
HSL color Cylindrical-coordinate representation of color #C29E70: hue angle of 33.66º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C29E70 is Cyan = 0, Magento = 0.19, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 158 | 112 | - |
| CMYK | 0 | 0.19 | 0.42 | 0.24 |
| HSL | 33.66º | 0.4% | 0.6% | - |
| HSV(B) | 33.66º | 0.42% | 0.76% | - |
| XYZ | 37.4 | 37.09 | 20.52 | - |
| YUV | 163.52 | 98.93 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 158 | 112 | 0 | 0.19 | 0.42 | 0.24 | 33.66 | 0.4 | 0.6 |
| Hex | C2 | 9E | 70 | 0 | 13 | 2A | 18 | 22 | 28 | 3C |
| Octal | 302 | 236 | 160 | 0 | 23 | 52 | 30 | 42 | 50 | 74 |
| Binary | 11000010 | 10011110 | 1110000 | 0 | 10011 | 101010 | 11000 | 100010 | 101000 | 111100 |
Color Harmonies of #C29E70
Complementary color
Monochromatic Colors of #C29E70
Black with #C29E70
Text Example
Text Example
White with #C29E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29E70; }
p { color: rgb(194,158,112); }
H1.HeaderClassName
{
color: #C29E70;
}
.AnyTagClassName
{
color: #C29E70;
}
</style>
background-color css
<style>
a { background-color: #C29E70; }
a { background-color: rgb(194,158,112); }
div.DivClassName
{
background-color: #C29E70;
}
.BgClassName
{
background-color: #C29E70;
}
</style>
border-color css
<style>
span { border-color: #C29E70; }
span { border-color: rgb(194,158,112); }
td.TdClassName
{
border-color: #C29E70;
}
.TagClassName
{
border-color: #C29E70;
}
</style>