Shades of Fallow #C29B64
Tints of Fallow #C29B64
RGB
CMYK
RGB Variations
Color information
#C29B64 (or 0xC29B64) is known color: Fallow. HEX triplet: C2, 9B and 64. RGB value is (194,155,100). Sum of RGB (Red+Green+Blue) = 194+155+100=449 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.21% from 449); Green value is 155 (60.94% from 255 or 34.52% from 449); Blue value is 100 (39.45% from 255 or 22.27% from 449); Max value from RGB is 194 - color contains mainly: red. Hex color #C29B64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29B64 is #3D649B. Grayscale: #A0A0A0. Windows color (decimal): -4023452 or 6593474. OLE color: 6593474.
HSL color Cylindrical-coordinate representation of color #C29B64: hue angle of 35.11º degrees, saturation: 0.44, 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 #C29B64 is Cyan = 0, Magento = 0.20, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 155 | 100 | - |
| CMYK | 0 | 0.20 | 0.48 | 0.24 |
| HSL | 35.11º | 0.44% | 0.58% | - |
| HSV(B) | 35.11º | 0.48% | 0.76% | - |
| XYZ | 36.27 | 35.83 | 17.06 | - |
| YUV | 160.39 | 93.92 | 151.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 155 | 100 | 0 | 0.20 | 0.48 | 0.24 | 35.11 | 0.44 | 0.58 |
| Hex | C2 | 9B | 64 | 0 | 14 | 30 | 18 | 23 | 2C | 3A |
| Octal | 302 | 233 | 144 | 0 | 24 | 60 | 30 | 43 | 54 | 72 |
| Binary | 11000010 | 10011011 | 1100100 | 0 | 10100 | 110000 | 11000 | 100011 | 101100 | 111010 |
Color Harmonies of #C29B64
Complementary color
Monochromatic Colors of #C29B64
Black with #C29B64
Text Example
Text Example
White with #C29B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29B64; }
p { color: rgb(194,155,100); }
H1.HeaderClassName
{
color: #C29B64;
}
.AnyTagClassName
{
color: #C29B64;
}
</style>
background-color css
<style>
a { background-color: #C29B64; }
a { background-color: rgb(194,155,100); }
div.DivClassName
{
background-color: #C29B64;
}
.BgClassName
{
background-color: #C29B64;
}
</style>
border-color css
<style>
span { border-color: #C29B64; }
span { border-color: rgb(194,155,100); }
td.TdClassName
{
border-color: #C29B64;
}
.TagClassName
{
border-color: #C29B64;
}
</style>