Shades of Fallow #C29569
Tints of Fallow #C29569
RGB
CMYK
RGB Variations
Color information
#C29569 (or 0xC29569) is known color: Fallow. HEX triplet: C2, 95 and 69. RGB value is (194,149,105). Sum of RGB (Red+Green+Blue) = 194+149+105=448 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.30% from 448); Green value is 149 (58.59% from 255 or 33.26% from 448); Blue value is 105 (41.41% from 255 or 23.44% from 448); Max value from RGB is 194 - color contains mainly: red. Hex color #C29569 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29569 is #3D6A96. Grayscale: #9D9D9D. Windows color (decimal): -4024983 or 6919618. OLE color: 6919618.
HSL color Cylindrical-coordinate representation of color #C29569: hue angle of 29.66º 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 #C29569 is Cyan = 0, Magento = 0.23, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 149 | 105 | - |
| CMYK | 0 | 0.23 | 0.46 | 0.24 |
| HSL | 29.66º | 0.42% | 0.59% | - |
| HSV(B) | 29.66º | 0.46% | 0.76% | - |
| XYZ | 35.55 | 33.98 | 18.05 | - |
| YUV | 157.44 | 98.41 | 154.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 149 | 105 | 0 | 0.23 | 0.46 | 0.24 | 29.66 | 0.42 | 0.59 |
| Hex | C2 | 95 | 69 | 0 | 17 | 2E | 18 | 1E | 2A | 3B |
| Octal | 302 | 225 | 151 | 0 | 27 | 56 | 30 | 36 | 52 | 73 |
| Binary | 11000010 | 10010101 | 1101001 | 0 | 10111 | 101110 | 11000 | 11110 | 101010 | 111011 |
Color Harmonies of #C29569
Complementary color
Monochromatic Colors of #C29569
Black with #C29569
Text Example
Text Example
White with #C29569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29569; }
p { color: rgb(194,149,105); }
H1.HeaderClassName
{
color: #C29569;
}
.AnyTagClassName
{
color: #C29569;
}
</style>
background-color css
<style>
a { background-color: #C29569; }
a { background-color: rgb(194,149,105); }
div.DivClassName
{
background-color: #C29569;
}
.BgClassName
{
background-color: #C29569;
}
</style>
border-color css
<style>
span { border-color: #C29569; }
span { border-color: rgb(194,149,105); }
td.TdClassName
{
border-color: #C29569;
}
.TagClassName
{
border-color: #C29569;
}
</style>