Shades of Fallow #C29768
Tints of Fallow #C29768
RGB
CMYK
RGB Variations
Color information
#C29768 (or 0xC29768) is known color: Fallow. HEX triplet: C2, 97 and 68. RGB value is (194,151,104). Sum of RGB (Red+Green+Blue) = 194+151+104=449 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.21% from 449); Green value is 151 (59.38% from 255 or 33.63% from 449); Blue value is 104 (41.02% from 255 or 23.16% from 449); Max value from RGB is 194 - color contains mainly: red. Hex color #C29768 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29768 is #3D6897. Grayscale: #9E9E9E. Windows color (decimal): -4024472 or 6854594. OLE color: 6854594.
HSL color Cylindrical-coordinate representation of color #C29768: hue angle of 31.33º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C29768 is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 151 | 104 | - |
| CMYK | 0 | 0.22 | 0.46 | 0.24 |
| HSL | 31.33º | 0.42% | 0.58% | - |
| HSV(B) | 31.33º | 0.46% | 0.76% | - |
| XYZ | 35.81 | 34.6 | 17.89 | - |
| YUV | 158.5 | 97.25 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 151 | 104 | 0 | 0.22 | 0.46 | 0.24 | 31.33 | 0.42 | 0.58 |
| Hex | C2 | 97 | 68 | 0 | 16 | 2E | 18 | 1F | 2A | 3A |
| Octal | 302 | 227 | 150 | 0 | 26 | 56 | 30 | 37 | 52 | 72 |
| Binary | 11000010 | 10010111 | 1101000 | 0 | 10110 | 101110 | 11000 | 11111 | 101010 | 111010 |
Color Harmonies of #C29768
Complementary color
Monochromatic Colors of #C29768
Black with #C29768
Text Example
Text Example
White with #C29768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29768; }
p { color: rgb(194,151,104); }
H1.HeaderClassName
{
color: #C29768;
}
.AnyTagClassName
{
color: #C29768;
}
</style>
background-color css
<style>
a { background-color: #C29768; }
a { background-color: rgb(194,151,104); }
div.DivClassName
{
background-color: #C29768;
}
.BgClassName
{
background-color: #C29768;
}
</style>
border-color css
<style>
span { border-color: #C29768; }
span { border-color: rgb(194,151,104); }
td.TdClassName
{
border-color: #C29768;
}
.TagClassName
{
border-color: #C29768;
}
</style>