Shades of Fallow #C29A6C
Tints of Fallow #C29A6C
RGB
CMYK
RGB Variations
Color information
#C29A6C (or 0xC29A6C) is known color: Fallow. HEX triplet: C2, 9A and 6C. RGB value is (194,154,108). Sum of RGB (Red+Green+Blue) = 194+154+108=456 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.54% from 456); Green value is 154 (60.55% from 255 or 33.77% from 456); Blue value is 108 (42.58% from 255 or 23.68% from 456); Max value from RGB is 194 - color contains mainly: red. Hex color #C29A6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29A6C is #3D6593. Grayscale: #A0A0A0. Windows color (decimal): -4023700 or 7117506. OLE color: 7117506.
HSL color Cylindrical-coordinate representation of color #C29A6C: hue angle of 32.09º 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 #C29A6C is Cyan = 0, Magento = 0.21, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 154 | 108 | - |
| CMYK | 0 | 0.21 | 0.44 | 0.24 |
| HSL | 32.09º | 0.41% | 0.59% | - |
| HSV(B) | 32.09º | 0.44% | 0.76% | - |
| XYZ | 36.51 | 35.66 | 19.15 | - |
| YUV | 160.72 | 98.25 | 151.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 154 | 108 | 0 | 0.21 | 0.44 | 0.24 | 32.09 | 0.41 | 0.59 |
| Hex | C2 | 9A | 6C | 0 | 15 | 2C | 18 | 20 | 29 | 3B |
| Octal | 302 | 232 | 154 | 0 | 25 | 54 | 30 | 40 | 51 | 73 |
| Binary | 11000010 | 10011010 | 1101100 | 0 | 10101 | 101100 | 11000 | 100000 | 101001 | 111011 |
Color Harmonies of #C29A6C
Complementary color
Monochromatic Colors of #C29A6C
Black with #C29A6C
Text Example
Text Example
White with #C29A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29A6C; }
p { color: rgb(194,154,108); }
H1.HeaderClassName
{
color: #C29A6C;
}
.AnyTagClassName
{
color: #C29A6C;
}
</style>
background-color css
<style>
a { background-color: #C29A6C; }
a { background-color: rgb(194,154,108); }
div.DivClassName
{
background-color: #C29A6C;
}
.BgClassName
{
background-color: #C29A6C;
}
</style>
border-color css
<style>
span { border-color: #C29A6C; }
span { border-color: rgb(194,154,108); }
td.TdClassName
{
border-color: #C29A6C;
}
.TagClassName
{
border-color: #C29A6C;
}
</style>