Shades of Fallow #C29E72
Tints of Fallow #C29E72
RGB
CMYK
RGB Variations
Color information
#C29E72 (or 0xC29E72) is known color: Fallow. HEX triplet: C2, 9E and 72. RGB value is (194,158,114). Sum of RGB (Red+Green+Blue) = 194+158+114=466 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.63% from 466); Green value is 158 (62.11% from 255 or 33.91% from 466); Blue value is 114 (44.92% from 255 or 24.46% from 466); Max value from RGB is 194 - color contains mainly: red. Hex color #C29E72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29E72 is #3D618D. Grayscale: #A3A3A3. Windows color (decimal): -4022670 or 7511746. OLE color: 7511746.
HSL color Cylindrical-coordinate representation of color #C29E72: hue angle of 33º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C29E72 is Cyan = 0, Magento = 0.19, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 158 | 114 | - |
| CMYK | 0 | 0.19 | 0.41 | 0.24 |
| HSL | 33º | 0.4% | 0.6% | - |
| HSV(B) | 33º | 0.41% | 0.76% | - |
| XYZ | 37.51 | 37.14 | 21.11 | - |
| YUV | 163.75 | 99.93 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 158 | 114 | 0 | 0.19 | 0.41 | 0.24 | 33 | 0.4 | 0.6 |
| Hex | C2 | 9E | 72 | 0 | 13 | 29 | 18 | 21 | 28 | 3C |
| Octal | 302 | 236 | 162 | 0 | 23 | 51 | 30 | 41 | 50 | 74 |
| Binary | 11000010 | 10011110 | 1110010 | 0 | 10011 | 101001 | 11000 | 100001 | 101000 | 111100 |
Color Harmonies of #C29E72
Complementary color
Monochromatic Colors of #C29E72
Black with #C29E72
Text Example
Text Example
White with #C29E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29E72; }
p { color: rgb(194,158,114); }
H1.HeaderClassName
{
color: #C29E72;
}
.AnyTagClassName
{
color: #C29E72;
}
</style>
background-color css
<style>
a { background-color: #C29E72; }
a { background-color: rgb(194,158,114); }
div.DivClassName
{
background-color: #C29E72;
}
.BgClassName
{
background-color: #C29E72;
}
</style>
border-color css
<style>
span { border-color: #C29E72; }
span { border-color: rgb(194,158,114); }
td.TdClassName
{
border-color: #C29E72;
}
.TagClassName
{
border-color: #C29E72;
}
</style>