Shades of Fallow #C29469
Tints of Fallow #C29469
RGB
CMYK
RGB Variations
Color information
#C29469 (or 0xC29469) is known color: Fallow. HEX triplet: C2, 94 and 69. RGB value is (194,148,105). Sum of RGB (Red+Green+Blue) = 194+148+105=447 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.40% from 447); Green value is 148 (58.20% from 255 or 33.11% from 447); Blue value is 105 (41.41% from 255 or 23.49% from 447); Max value from RGB is 194 - color contains mainly: red. Hex color #C29469 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29469 is #3D6B96. Grayscale: #9D9D9D. Windows color (decimal): -4025239 or 6919362. OLE color: 6919362.
HSL color Cylindrical-coordinate representation of color #C29469: hue angle of 28.99º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C29469 is Cyan = 0, Magento = 0.24, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 148 | 105 | - |
| CMYK | 0 | 0.24 | 0.46 | 0.24 |
| HSL | 28.99º | 0.42% | 0.59% | - |
| HSV(B) | 28.99º | 0.46% | 0.76% | - |
| XYZ | 35.39 | 33.67 | 18 | - |
| YUV | 156.85 | 98.74 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 148 | 105 | 0 | 0.24 | 0.46 | 0.24 | 28.99 | 0.42 | 0.59 |
| Hex | C2 | 94 | 69 | 0 | 18 | 2E | 18 | 1D | 2A | 3B |
| Octal | 302 | 224 | 151 | 0 | 30 | 56 | 30 | 35 | 52 | 73 |
| Binary | 11000010 | 10010100 | 1101001 | 0 | 11000 | 101110 | 11000 | 11101 | 101010 | 111011 |
Color Harmonies of #C29469
Complementary color
Monochromatic Colors of #C29469
Black with #C29469
Text Example
Text Example
White with #C29469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29469; }
p { color: rgb(194,148,105); }
H1.HeaderClassName
{
color: #C29469;
}
.AnyTagClassName
{
color: #C29469;
}
</style>
background-color css
<style>
a { background-color: #C29469; }
a { background-color: rgb(194,148,105); }
div.DivClassName
{
background-color: #C29469;
}
.BgClassName
{
background-color: #C29469;
}
</style>
border-color css
<style>
span { border-color: #C29469; }
span { border-color: rgb(194,148,105); }
td.TdClassName
{
border-color: #C29469;
}
.TagClassName
{
border-color: #C29469;
}
</style>