Shades of Fallow #C29E6C
Tints of Fallow #C29E6C
RGB
CMYK
RGB Variations
Color information
#C29E6C (or 0xC29E6C) is known color: Fallow. HEX triplet: C2, 9E and 6C. RGB value is (194,158,108). Sum of RGB (Red+Green+Blue) = 194+158+108=460 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.17% from 460); Green value is 158 (62.11% from 255 or 34.35% from 460); Blue value is 108 (42.58% from 255 or 23.48% from 460); Max value from RGB is 194 - color contains mainly: red. Hex color #C29E6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29E6C is #3D6193. Grayscale: #A3A3A3. Windows color (decimal): -4022676 or 7118530. OLE color: 7118530.
HSL color Cylindrical-coordinate representation of color #C29E6C: hue angle of 34.88º 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 #C29E6C is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 158 | 108 | - |
| CMYK | 0 | 0.19 | 0.44 | 0.24 |
| HSL | 34.88º | 0.41% | 0.59% | - |
| HSV(B) | 34.88º | 0.44% | 0.76% | - |
| XYZ | 37.18 | 37.01 | 19.37 | - |
| YUV | 163.06 | 96.93 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 158 | 108 | 0 | 0.19 | 0.44 | 0.24 | 34.88 | 0.41 | 0.59 |
| Hex | C2 | 9E | 6C | 0 | 13 | 2C | 18 | 23 | 29 | 3B |
| Octal | 302 | 236 | 154 | 0 | 23 | 54 | 30 | 43 | 51 | 73 |
| Binary | 11000010 | 10011110 | 1101100 | 0 | 10011 | 101100 | 11000 | 100011 | 101001 | 111011 |
Color Harmonies of #C29E6C
Complementary color
Monochromatic Colors of #C29E6C
Black with #C29E6C
Text Example
Text Example
White with #C29E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29E6C; }
p { color: rgb(194,158,108); }
H1.HeaderClassName
{
color: #C29E6C;
}
.AnyTagClassName
{
color: #C29E6C;
}
</style>
background-color css
<style>
a { background-color: #C29E6C; }
a { background-color: rgb(194,158,108); }
div.DivClassName
{
background-color: #C29E6C;
}
.BgClassName
{
background-color: #C29E6C;
}
</style>
border-color css
<style>
span { border-color: #C29E6C; }
span { border-color: rgb(194,158,108); }
td.TdClassName
{
border-color: #C29E6C;
}
.TagClassName
{
border-color: #C29E6C;
}
</style>