Shades of Fallow #C29E66
Tints of Fallow #C29E66
RGB
CMYK
RGB Variations
Color information
#C29E66 (or 0xC29E66) is known color: Fallow. HEX triplet: C2, 9E and 66. RGB value is (194,158,102). Sum of RGB (Red+Green+Blue) = 194+158+102=454 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.73% from 454); Green value is 158 (62.11% from 255 or 34.80% from 454); Blue value is 102 (40.23% from 255 or 22.47% from 454); Max value from RGB is 194 - color contains mainly: red. Hex color #C29E66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29E66 is #3D6199. Grayscale: #A2A2A2. Windows color (decimal): -4022682 or 6725314. OLE color: 6725314.
HSL color Cylindrical-coordinate representation of color #C29E66: hue angle of 36.52º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C29E66 is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 158 | 102 | - |
| CMYK | 0 | 0.19 | 0.47 | 0.24 |
| HSL | 36.52º | 0.43% | 0.58% | - |
| HSV(B) | 36.52º | 0.47% | 0.76% | - |
| XYZ | 36.87 | 36.88 | 17.75 | - |
| YUV | 162.38 | 93.93 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 158 | 102 | 0 | 0.19 | 0.47 | 0.24 | 36.52 | 0.43 | 0.58 |
| Hex | C2 | 9E | 66 | 0 | 13 | 2F | 18 | 25 | 2B | 3A |
| Octal | 302 | 236 | 146 | 0 | 23 | 57 | 30 | 45 | 53 | 72 |
| Binary | 11000010 | 10011110 | 1100110 | 0 | 10011 | 101111 | 11000 | 100101 | 101011 | 111010 |
Color Harmonies of #C29E66
Complementary color
Monochromatic Colors of #C29E66
Black with #C29E66
Text Example
Text Example
White with #C29E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29E66; }
p { color: rgb(194,158,102); }
H1.HeaderClassName
{
color: #C29E66;
}
.AnyTagClassName
{
color: #C29E66;
}
</style>
background-color css
<style>
a { background-color: #C29E66; }
a { background-color: rgb(194,158,102); }
div.DivClassName
{
background-color: #C29E66;
}
.BgClassName
{
background-color: #C29E66;
}
</style>
border-color css
<style>
span { border-color: #C29E66; }
span { border-color: rgb(194,158,102); }
td.TdClassName
{
border-color: #C29E66;
}
.TagClassName
{
border-color: #C29E66;
}
</style>