Shades of Fallow #C29A63
Tints of Fallow #C29A63
RGB
CMYK
RGB Variations
Color information
#C29A63 (or 0xC29A63) is known color: Fallow. HEX triplet: C2, 9A and 63. RGB value is (194,154,99). Sum of RGB (Red+Green+Blue) = 194+154+99=447 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.40% from 447); Green value is 154 (60.55% from 255 or 34.45% from 447); Blue value is 99 (39.06% from 255 or 22.15% from 447); Max value from RGB is 194 - color contains mainly: red. Hex color #C29A63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29A63 is #3D659C. Grayscale: #9F9F9F. Windows color (decimal): -4023709 or 6527682. OLE color: 6527682.
HSL color Cylindrical-coordinate representation of color #C29A63: hue angle of 34.74º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C29A63 is Cyan = 0, Magento = 0.21, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 154 | 99 | - |
| CMYK | 0 | 0.21 | 0.49 | 0.24 |
| HSL | 34.74º | 0.44% | 0.57% | - |
| HSV(B) | 34.74º | 0.49% | 0.76% | - |
| XYZ | 36.06 | 35.48 | 16.75 | - |
| YUV | 159.69 | 93.75 | 152.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 154 | 99 | 0 | 0.21 | 0.49 | 0.24 | 34.74 | 0.44 | 0.57 |
| Hex | C2 | 9A | 63 | 0 | 15 | 31 | 18 | 23 | 2C | 39 |
| Octal | 302 | 232 | 143 | 0 | 25 | 61 | 30 | 43 | 54 | 71 |
| Binary | 11000010 | 10011010 | 1100011 | 0 | 10101 | 110001 | 11000 | 100011 | 101100 | 111001 |
Color Harmonies of #C29A63
Complementary color
Monochromatic Colors of #C29A63
Black with #C29A63
Text Example
Text Example
White with #C29A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29A63; }
p { color: rgb(194,154,99); }
H1.HeaderClassName
{
color: #C29A63;
}
.AnyTagClassName
{
color: #C29A63;
}
</style>
background-color css
<style>
a { background-color: #C29A63; }
a { background-color: rgb(194,154,99); }
div.DivClassName
{
background-color: #C29A63;
}
.BgClassName
{
background-color: #C29A63;
}
</style>
border-color css
<style>
span { border-color: #C29A63; }
span { border-color: rgb(194,154,99); }
td.TdClassName
{
border-color: #C29A63;
}
.TagClassName
{
border-color: #C29A63;
}
</style>