Shades of Fallow #C29A6D
Tints of Fallow #C29A6D
RGB
CMYK
RGB Variations
Color information
#C29A6D (or 0xC29A6D) is known color: Fallow. HEX triplet: C2, 9A and 6D. RGB value is (194,154,109). Sum of RGB (Red+Green+Blue) = 194+154+109=457 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.45% from 457); Green value is 154 (60.55% from 255 or 33.70% from 457); Blue value is 109 (42.97% from 255 or 23.85% from 457); Max value from RGB is 194 - color contains mainly: red. Hex color #C29A6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29A6D is #3D6592. Grayscale: #A1A1A1. Windows color (decimal): -4023699 or 7183042. OLE color: 7183042.
HSL color Cylindrical-coordinate representation of color #C29A6D: hue angle of 31.76º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C29A6D is Cyan = 0, Magento = 0.21, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 154 | 109 | - |
| CMYK | 0 | 0.21 | 0.44 | 0.24 |
| HSL | 31.76º | 0.41% | 0.59% | - |
| HSV(B) | 31.76º | 0.44% | 0.76% | - |
| XYZ | 36.56 | 35.68 | 19.43 | - |
| YUV | 160.83 | 98.75 | 151.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 154 | 109 | 0 | 0.21 | 0.44 | 0.24 | 31.76 | 0.41 | 0.59 |
| Hex | C2 | 9A | 6D | 0 | 15 | 2C | 18 | 20 | 29 | 3B |
| Octal | 302 | 232 | 155 | 0 | 25 | 54 | 30 | 40 | 51 | 73 |
| Binary | 11000010 | 10011010 | 1101101 | 0 | 10101 | 101100 | 11000 | 100000 | 101001 | 111011 |
Color Harmonies of #C29A6D
Complementary color
Monochromatic Colors of #C29A6D
Black with #C29A6D
Text Example
Text Example
White with #C29A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29A6D; }
p { color: rgb(194,154,109); }
H1.HeaderClassName
{
color: #C29A6D;
}
.AnyTagClassName
{
color: #C29A6D;
}
</style>
background-color css
<style>
a { background-color: #C29A6D; }
a { background-color: rgb(194,154,109); }
div.DivClassName
{
background-color: #C29A6D;
}
.BgClassName
{
background-color: #C29A6D;
}
</style>
border-color css
<style>
span { border-color: #C29A6D; }
span { border-color: rgb(194,154,109); }
td.TdClassName
{
border-color: #C29A6D;
}
.TagClassName
{
border-color: #C29A6D;
}
</style>