Shades of Fallow #C29D61
Tints of Fallow #C29D61
RGB
CMYK
RGB Variations
Color information
#C29D61 (or 0xC29D61) is known color: Fallow. HEX triplet: C2, 9D and 61. RGB value is (194,157,97). Sum of RGB (Red+Green+Blue) = 194+157+97=448 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.30% from 448); Green value is 157 (61.72% from 255 or 35.04% from 448); Blue value is 97 (38.28% from 255 or 21.65% from 448); Max value from RGB is 194 - color contains mainly: red. Hex color #C29D61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29D61 is #3D629E. Grayscale: #A1A1A1. Windows color (decimal): -4022943 or 6397378. OLE color: 6397378.
HSL color Cylindrical-coordinate representation of color #C29D61: hue angle of 37.11º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C29D61 is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 157 | 97 | - |
| CMYK | 0 | 0.19 | 0.50 | 0.24 |
| HSL | 37.11º | 0.44% | 0.57% | - |
| HSV(B) | 37.11º | 0.5% | 0.76% | - |
| XYZ | 36.46 | 36.45 | 16.42 | - |
| YUV | 161.22 | 91.76 | 151.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 157 | 97 | 0 | 0.19 | 0.50 | 0.24 | 37.11 | 0.44 | 0.57 |
| Hex | C2 | 9D | 61 | 0 | 13 | 32 | 18 | 25 | 2C | 39 |
| Octal | 302 | 235 | 141 | 0 | 23 | 62 | 30 | 45 | 54 | 71 |
| Binary | 11000010 | 10011101 | 1100001 | 0 | 10011 | 110010 | 11000 | 100101 | 101100 | 111001 |
Color Harmonies of #C29D61
Complementary color
Monochromatic Colors of #C29D61
Black with #C29D61
Text Example
Text Example
White with #C29D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29D61; }
p { color: rgb(194,157,97); }
H1.HeaderClassName
{
color: #C29D61;
}
.AnyTagClassName
{
color: #C29D61;
}
</style>
background-color css
<style>
a { background-color: #C29D61; }
a { background-color: rgb(194,157,97); }
div.DivClassName
{
background-color: #C29D61;
}
.BgClassName
{
background-color: #C29D61;
}
</style>
border-color css
<style>
span { border-color: #C29D61; }
span { border-color: rgb(194,157,97); }
td.TdClassName
{
border-color: #C29D61;
}
.TagClassName
{
border-color: #C29D61;
}
</style>