Shades of Fallow #C29D69
Tints of Fallow #C29D69
RGB
CMYK
RGB Variations
Color information
#C29D69 (or 0xC29D69) is known color: Fallow. HEX triplet: C2, 9D and 69. RGB value is (194,157,105). Sum of RGB (Red+Green+Blue) = 194+157+105=456 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.54% from 456); Green value is 157 (61.72% from 255 or 34.43% from 456); Blue value is 105 (41.41% from 255 or 23.03% from 456); Max value from RGB is 194 - color contains mainly: red. Hex color #C29D69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29D69 is #3D6296. Grayscale: #A2A2A2. Windows color (decimal): -4022935 or 6921666. OLE color: 6921666.
HSL color Cylindrical-coordinate representation of color #C29D69: hue angle of 35.06º 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 #C29D69 is Cyan = 0, Magento = 0.19, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 157 | 105 | - |
| CMYK | 0 | 0.19 | 0.46 | 0.24 |
| HSL | 35.06º | 0.42% | 0.59% | - |
| HSV(B) | 35.06º | 0.46% | 0.76% | - |
| XYZ | 36.85 | 36.6 | 18.49 | - |
| YUV | 162.14 | 95.76 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 157 | 105 | 0 | 0.19 | 0.46 | 0.24 | 35.06 | 0.42 | 0.59 |
| Hex | C2 | 9D | 69 | 0 | 13 | 2E | 18 | 23 | 2A | 3B |
| Octal | 302 | 235 | 151 | 0 | 23 | 56 | 30 | 43 | 52 | 73 |
| Binary | 11000010 | 10011101 | 1101001 | 0 | 10011 | 101110 | 11000 | 100011 | 101010 | 111011 |
Color Harmonies of #C29D69
Complementary color
Monochromatic Colors of #C29D69
Black with #C29D69
Text Example
Text Example
White with #C29D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29D69; }
p { color: rgb(194,157,105); }
H1.HeaderClassName
{
color: #C29D69;
}
.AnyTagClassName
{
color: #C29D69;
}
</style>
background-color css
<style>
a { background-color: #C29D69; }
a { background-color: rgb(194,157,105); }
div.DivClassName
{
background-color: #C29D69;
}
.BgClassName
{
background-color: #C29D69;
}
</style>
border-color css
<style>
span { border-color: #C29D69; }
span { border-color: rgb(194,157,105); }
td.TdClassName
{
border-color: #C29D69;
}
.TagClassName
{
border-color: #C29D69;
}
</style>