Shades of Fallow #C29468
Tints of Fallow #C29468
RGB
CMYK
RGB Variations
Color information
#C29468 (or 0xC29468) is known color: Fallow. HEX triplet: C2, 94 and 68. RGB value is (194,148,104). Sum of RGB (Red+Green+Blue) = 194+148+104=446 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.50% from 446); Green value is 148 (58.20% from 255 or 33.18% from 446); Blue value is 104 (41.02% from 255 or 23.32% from 446); Max value from RGB is 194 - color contains mainly: red. Hex color #C29468 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29468 is #3D6B97. Grayscale: #9C9C9C. Windows color (decimal): -4025240 or 6853826. OLE color: 6853826.
HSL color Cylindrical-coordinate representation of color #C29468: hue angle of 29.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 #C29468 is Cyan = 0, Magento = 0.24, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 148 | 104 | - |
| CMYK | 0 | 0.24 | 0.46 | 0.24 |
| HSL | 29.33º | 0.42% | 0.58% | - |
| HSV(B) | 29.33º | 0.46% | 0.76% | - |
| XYZ | 35.34 | 33.65 | 17.73 | - |
| YUV | 156.74 | 98.24 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 148 | 104 | 0 | 0.24 | 0.46 | 0.24 | 29.33 | 0.42 | 0.58 |
| Hex | C2 | 94 | 68 | 0 | 18 | 2E | 18 | 1D | 2A | 3A |
| Octal | 302 | 224 | 150 | 0 | 30 | 56 | 30 | 35 | 52 | 72 |
| Binary | 11000010 | 10010100 | 1101000 | 0 | 11000 | 101110 | 11000 | 11101 | 101010 | 111010 |
Color Harmonies of #C29468
Complementary color
Monochromatic Colors of #C29468
Black with #C29468
Text Example
Text Example
White with #C29468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29468; }
p { color: rgb(194,148,104); }
H1.HeaderClassName
{
color: #C29468;
}
.AnyTagClassName
{
color: #C29468;
}
</style>
background-color css
<style>
a { background-color: #C29468; }
a { background-color: rgb(194,148,104); }
div.DivClassName
{
background-color: #C29468;
}
.BgClassName
{
background-color: #C29468;
}
</style>
border-color css
<style>
span { border-color: #C29468; }
span { border-color: rgb(194,148,104); }
td.TdClassName
{
border-color: #C29468;
}
.TagClassName
{
border-color: #C29468;
}
</style>