Shades of Fallow #C29568
Tints of Fallow #C29568
RGB
CMYK
RGB Variations
Color information
#C29568 (or 0xC29568) is known color: Fallow. HEX triplet: C2, 95 and 68. RGB value is (194,149,104). Sum of RGB (Red+Green+Blue) = 194+149+104=447 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.40% from 447); Green value is 149 (58.59% from 255 or 33.33% from 447); Blue value is 104 (41.02% from 255 or 23.27% from 447); Max value from RGB is 194 - color contains mainly: red. Hex color #C29568 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29568 is #3D6A97. Grayscale: #9D9D9D. Windows color (decimal): -4024984 or 6854082. OLE color: 6854082.
HSL color Cylindrical-coordinate representation of color #C29568: hue angle of 30º 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 #C29568 is Cyan = 0, Magento = 0.23, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 149 | 104 | - |
| CMYK | 0 | 0.23 | 0.46 | 0.24 |
| HSL | 30º | 0.42% | 0.58% | - |
| HSV(B) | 30º | 0.46% | 0.76% | - |
| XYZ | 35.49 | 33.96 | 17.78 | - |
| YUV | 157.33 | 97.91 | 154.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 149 | 104 | 0 | 0.23 | 0.46 | 0.24 | 30 | 0.42 | 0.58 |
| Hex | C2 | 95 | 68 | 0 | 17 | 2E | 18 | 1E | 2A | 3A |
| Octal | 302 | 225 | 150 | 0 | 27 | 56 | 30 | 36 | 52 | 72 |
| Binary | 11000010 | 10010101 | 1101000 | 0 | 10111 | 101110 | 11000 | 11110 | 101010 | 111010 |
Color Harmonies of #C29568
Complementary color
Monochromatic Colors of #C29568
Black with #C29568
Text Example
Text Example
White with #C29568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29568; }
p { color: rgb(194,149,104); }
H1.HeaderClassName
{
color: #C29568;
}
.AnyTagClassName
{
color: #C29568;
}
</style>
background-color css
<style>
a { background-color: #C29568; }
a { background-color: rgb(194,149,104); }
div.DivClassName
{
background-color: #C29568;
}
.BgClassName
{
background-color: #C29568;
}
</style>
border-color css
<style>
span { border-color: #C29568; }
span { border-color: rgb(194,149,104); }
td.TdClassName
{
border-color: #C29568;
}
.TagClassName
{
border-color: #C29568;
}
</style>