Shades of Fallow #C29470
Tints of Fallow #C29470
RGB
CMYK
RGB Variations
Color information
#C29470 (or 0xC29470) is known color: Fallow. HEX triplet: C2, 94 and 70. RGB value is (194,148,112). Sum of RGB (Red+Green+Blue) = 194+148+112=454 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.73% from 454); Green value is 148 (58.20% from 255 or 32.60% from 454); Blue value is 112 (44.14% from 255 or 24.67% from 454); Max value from RGB is 194 - color contains mainly: red. Hex color #C29470 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29470 is #3D6B8F. Grayscale: #9D9D9D. Windows color (decimal): -4025232 or 7378114. OLE color: 7378114.
HSL color Cylindrical-coordinate representation of color #C29470: hue angle of 26.34º 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 #C29470 is Cyan = 0, Magento = 0.24, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 148 | 112 | - |
| CMYK | 0 | 0.24 | 0.42 | 0.24 |
| HSL | 26.34º | 0.4% | 0.6% | - |
| HSV(B) | 26.34º | 0.42% | 0.76% | - |
| XYZ | 35.76 | 33.82 | 19.97 | - |
| YUV | 157.65 | 102.24 | 153.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 148 | 112 | 0 | 0.24 | 0.42 | 0.24 | 26.34 | 0.4 | 0.6 |
| Hex | C2 | 94 | 70 | 0 | 18 | 2A | 18 | 1A | 28 | 3C |
| Octal | 302 | 224 | 160 | 0 | 30 | 52 | 30 | 32 | 50 | 74 |
| Binary | 11000010 | 10010100 | 1110000 | 0 | 11000 | 101010 | 11000 | 11010 | 101000 | 111100 |
Color Harmonies of #C29470
Complementary color
Monochromatic Colors of #C29470
Black with #C29470
Text Example
Text Example
White with #C29470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29470; }
p { color: rgb(194,148,112); }
H1.HeaderClassName
{
color: #C29470;
}
.AnyTagClassName
{
color: #C29470;
}
</style>
background-color css
<style>
a { background-color: #C29470; }
a { background-color: rgb(194,148,112); }
div.DivClassName
{
background-color: #C29470;
}
.BgClassName
{
background-color: #C29470;
}
</style>
border-color css
<style>
span { border-color: #C29470; }
span { border-color: rgb(194,148,112); }
td.TdClassName
{
border-color: #C29470;
}
.TagClassName
{
border-color: #C29470;
}
</style>