Shades of Fallow #C29D74
Tints of Fallow #C29D74
RGB
CMYK
RGB Variations
Color information
#C29D74 (or 0xC29D74) is known color: Fallow. HEX triplet: C2, 9D and 74. RGB value is (194,157,116). Sum of RGB (Red+Green+Blue) = 194+157+116=467 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.54% from 467); Green value is 157 (61.72% from 255 or 33.62% from 467); Blue value is 116 (45.70% from 255 or 24.84% from 467); Max value from RGB is 194 - color contains mainly: red. Hex color #C29D74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29D74 is #3D628B. Grayscale: #A3A3A3. Windows color (decimal): -4022924 or 7642562. OLE color: 7642562.
HSL color Cylindrical-coordinate representation of color #C29D74: hue angle of 31.54º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C29D74 is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 157 | 116 | - |
| CMYK | 0 | 0.19 | 0.40 | 0.24 |
| HSL | 31.54º | 0.39% | 0.61% | - |
| HSV(B) | 31.54º | 0.4% | 0.76% | - |
| XYZ | 37.46 | 36.84 | 21.66 | - |
| YUV | 163.39 | 101.26 | 149.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 157 | 116 | 0 | 0.19 | 0.40 | 0.24 | 31.54 | 0.39 | 0.61 |
| Hex | C2 | 9D | 74 | 0 | 13 | 28 | 18 | 20 | 27 | 3D |
| Octal | 302 | 235 | 164 | 0 | 23 | 50 | 30 | 40 | 47 | 75 |
| Binary | 11000010 | 10011101 | 1110100 | 0 | 10011 | 101000 | 11000 | 100000 | 100111 | 111101 |
Color Harmonies of #C29D74
Complementary color
Monochromatic Colors of #C29D74
Black with #C29D74
Text Example
Text Example
White with #C29D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29D74; }
p { color: rgb(194,157,116); }
H1.HeaderClassName
{
color: #C29D74;
}
.AnyTagClassName
{
color: #C29D74;
}
</style>
background-color css
<style>
a { background-color: #C29D74; }
a { background-color: rgb(194,157,116); }
div.DivClassName
{
background-color: #C29D74;
}
.BgClassName
{
background-color: #C29D74;
}
</style>
border-color css
<style>
span { border-color: #C29D74; }
span { border-color: rgb(194,157,116); }
td.TdClassName
{
border-color: #C29D74;
}
.TagClassName
{
border-color: #C29D74;
}
</style>