Shades of Fallow #C29E69
Tints of Fallow #C29E69
RGB
CMYK
RGB Variations
Color information
#C29E69 (or 0xC29E69) is known color: Fallow. HEX triplet: C2, 9E and 69. RGB value is (194,158,105). Sum of RGB (Red+Green+Blue) = 194+158+105=457 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.45% from 457); Green value is 158 (62.11% from 255 or 34.57% from 457); Blue value is 105 (41.41% from 255 or 22.98% from 457); Max value from RGB is 194 - color contains mainly: red. Hex color #C29E69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29E69 is #3D6196. Grayscale: #A2A2A2. Windows color (decimal): -4022679 or 6921922. OLE color: 6921922.
HSL color Cylindrical-coordinate representation of color #C29E69: hue angle of 35.73º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C29E69 is Cyan = 0, Magento = 0.19, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 158 | 105 | - |
| CMYK | 0 | 0.19 | 0.46 | 0.24 |
| HSL | 35.73º | 0.42% | 0.59% | - |
| HSV(B) | 35.73º | 0.46% | 0.76% | - |
| XYZ | 37.02 | 36.94 | 18.54 | - |
| YUV | 162.72 | 95.43 | 150.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 158 | 105 | 0 | 0.19 | 0.46 | 0.24 | 35.73 | 0.42 | 0.59 |
| Hex | C2 | 9E | 69 | 0 | 13 | 2E | 18 | 24 | 2A | 3B |
| Octal | 302 | 236 | 151 | 0 | 23 | 56 | 30 | 44 | 52 | 73 |
| Binary | 11000010 | 10011110 | 1101001 | 0 | 10011 | 101110 | 11000 | 100100 | 101010 | 111011 |
Color Harmonies of #C29E69
Complementary color
Monochromatic Colors of #C29E69
Black with #C29E69
Text Example
Text Example
White with #C29E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29E69; }
p { color: rgb(194,158,105); }
H1.HeaderClassName
{
color: #C29E69;
}
.AnyTagClassName
{
color: #C29E69;
}
</style>
background-color css
<style>
a { background-color: #C29E69; }
a { background-color: rgb(194,158,105); }
div.DivClassName
{
background-color: #C29E69;
}
.BgClassName
{
background-color: #C29E69;
}
</style>
border-color css
<style>
span { border-color: #C29E69; }
span { border-color: rgb(194,158,105); }
td.TdClassName
{
border-color: #C29E69;
}
.TagClassName
{
border-color: #C29E69;
}
</style>