Shades of Fallow #C29A69
Tints of Fallow #C29A69
RGB
CMYK
RGB Variations
Color information
#C29A69 (or 0xC29A69) is known color: Fallow. HEX triplet: C2, 9A and 69. RGB value is (194,154,105). Sum of RGB (Red+Green+Blue) = 194+154+105=453 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.83% from 453); Green value is 154 (60.55% from 255 or 34.00% from 453); Blue value is 105 (41.41% from 255 or 23.18% from 453); Max value from RGB is 194 - color contains mainly: red. Hex color #C29A69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29A69 is #3D6596. Grayscale: #A0A0A0. Windows color (decimal): -4023703 or 6920898. OLE color: 6920898.
HSL color Cylindrical-coordinate representation of color #C29A69: hue angle of 33.03º 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 #C29A69 is Cyan = 0, Magento = 0.21, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 154 | 105 | - |
| CMYK | 0 | 0.21 | 0.46 | 0.24 |
| HSL | 33.03º | 0.42% | 0.59% | - |
| HSV(B) | 33.03º | 0.46% | 0.76% | - |
| XYZ | 36.35 | 35.6 | 18.32 | - |
| YUV | 160.37 | 96.75 | 151.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 154 | 105 | 0 | 0.21 | 0.46 | 0.24 | 33.03 | 0.42 | 0.59 |
| Hex | C2 | 9A | 69 | 0 | 15 | 2E | 18 | 21 | 2A | 3B |
| Octal | 302 | 232 | 151 | 0 | 25 | 56 | 30 | 41 | 52 | 73 |
| Binary | 11000010 | 10011010 | 1101001 | 0 | 10101 | 101110 | 11000 | 100001 | 101010 | 111011 |
Color Harmonies of #C29A69
Complementary color
Monochromatic Colors of #C29A69
Black with #C29A69
Text Example
Text Example
White with #C29A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29A69; }
p { color: rgb(194,154,105); }
H1.HeaderClassName
{
color: #C29A69;
}
.AnyTagClassName
{
color: #C29A69;
}
</style>
background-color css
<style>
a { background-color: #C29A69; }
a { background-color: rgb(194,154,105); }
div.DivClassName
{
background-color: #C29A69;
}
.BgClassName
{
background-color: #C29A69;
}
</style>
border-color css
<style>
span { border-color: #C29A69; }
span { border-color: rgb(194,154,105); }
td.TdClassName
{
border-color: #C29A69;
}
.TagClassName
{
border-color: #C29A69;
}
</style>