Shades of Fallow #C29A65
Tints of Fallow #C29A65
RGB
CMYK
RGB Variations
Color information
#C29A65 (or 0xC29A65) is known color: Fallow. HEX triplet: C2, 9A and 65. RGB value is (194,154,101). Sum of RGB (Red+Green+Blue) = 194+154+101=449 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.21% from 449); Green value is 154 (60.55% from 255 or 34.30% from 449); Blue value is 101 (39.84% from 255 or 22.49% from 449); Max value from RGB is 194 - color contains mainly: red. Hex color #C29A65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29A65 is #3D659A. Grayscale: #A0A0A0. Windows color (decimal): -4023707 or 6658754. OLE color: 6658754.
HSL color Cylindrical-coordinate representation of color #C29A65: hue angle of 34.19º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C29A65 is Cyan = 0, Magento = 0.21, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 154 | 101 | - |
| CMYK | 0 | 0.21 | 0.48 | 0.24 |
| HSL | 34.19º | 0.43% | 0.58% | - |
| HSV(B) | 34.19º | 0.48% | 0.76% | - |
| XYZ | 36.15 | 35.52 | 17.26 | - |
| YUV | 159.92 | 94.75 | 152.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 154 | 101 | 0 | 0.21 | 0.48 | 0.24 | 34.19 | 0.43 | 0.58 |
| Hex | C2 | 9A | 65 | 0 | 15 | 30 | 18 | 22 | 2B | 3A |
| Octal | 302 | 232 | 145 | 0 | 25 | 60 | 30 | 42 | 53 | 72 |
| Binary | 11000010 | 10011010 | 1100101 | 0 | 10101 | 110000 | 11000 | 100010 | 101011 | 111010 |
Color Harmonies of #C29A65
Complementary color
Monochromatic Colors of #C29A65
Black with #C29A65
Text Example
Text Example
White with #C29A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29A65; }
p { color: rgb(194,154,101); }
H1.HeaderClassName
{
color: #C29A65;
}
.AnyTagClassName
{
color: #C29A65;
}
</style>
background-color css
<style>
a { background-color: #C29A65; }
a { background-color: rgb(194,154,101); }
div.DivClassName
{
background-color: #C29A65;
}
.BgClassName
{
background-color: #C29A65;
}
</style>
border-color css
<style>
span { border-color: #C29A65; }
span { border-color: rgb(194,154,101); }
td.TdClassName
{
border-color: #C29A65;
}
.TagClassName
{
border-color: #C29A65;
}
</style>