Shades of Fallow #C29D73
Tints of Fallow #C29D73
RGB
CMYK
RGB Variations
Color information
#C29D73 (or 0xC29D73) is known color: Fallow. HEX triplet: C2, 9D and 73. RGB value is (194,157,115). Sum of RGB (Red+Green+Blue) = 194+157+115=466 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.63% from 466); Green value is 157 (61.72% from 255 or 33.69% from 466); Blue value is 115 (45.31% from 255 or 24.68% from 466); Max value from RGB is 194 - color contains mainly: red. Hex color #C29D73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29D73 is #3D628C. Grayscale: #A3A3A3. Windows color (decimal): -4022925 or 7577026. OLE color: 7577026.
HSL color Cylindrical-coordinate representation of color #C29D73: hue angle of 31.9º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C29D73 is Cyan = 0, Magento = 0.19, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 157 | 115 | - |
| CMYK | 0 | 0.19 | 0.41 | 0.24 |
| HSL | 31.9º | 0.39% | 0.61% | - |
| HSV(B) | 31.9º | 0.41% | 0.76% | - |
| XYZ | 37.4 | 36.82 | 21.36 | - |
| YUV | 163.28 | 100.76 | 149.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 157 | 115 | 0 | 0.19 | 0.41 | 0.24 | 31.9 | 0.39 | 0.61 |
| Hex | C2 | 9D | 73 | 0 | 13 | 29 | 18 | 20 | 27 | 3D |
| Octal | 302 | 235 | 163 | 0 | 23 | 51 | 30 | 40 | 47 | 75 |
| Binary | 11000010 | 10011101 | 1110011 | 0 | 10011 | 101001 | 11000 | 100000 | 100111 | 111101 |
Color Harmonies of #C29D73
Complementary color
Monochromatic Colors of #C29D73
Black with #C29D73
Text Example
Text Example
White with #C29D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29D73; }
p { color: rgb(194,157,115); }
H1.HeaderClassName
{
color: #C29D73;
}
.AnyTagClassName
{
color: #C29D73;
}
</style>
background-color css
<style>
a { background-color: #C29D73; }
a { background-color: rgb(194,157,115); }
div.DivClassName
{
background-color: #C29D73;
}
.BgClassName
{
background-color: #C29D73;
}
</style>
border-color css
<style>
span { border-color: #C29D73; }
span { border-color: rgb(194,157,115); }
td.TdClassName
{
border-color: #C29D73;
}
.TagClassName
{
border-color: #C29D73;
}
</style>