Shades of Fallow #C29969
Tints of Fallow #C29969
RGB
CMYK
RGB Variations
Color information
#C29969 (or 0xC29969) is known color: Fallow. HEX triplet: C2, 99 and 69. RGB value is (194,153,105). Sum of RGB (Red+Green+Blue) = 194+153+105=452 (59% of max value = 765). Red value is 194 (76.17% from 255 or 42.92% from 452); Green value is 153 (60.16% from 255 or 33.85% from 452); Blue value is 105 (41.41% from 255 or 23.23% from 452); Max value from RGB is 194 - color contains mainly: red. Hex color #C29969 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29969 is #3D6696. Grayscale: #A0A0A0. Windows color (decimal): -4023959 or 6920642. OLE color: 6920642.
HSL color Cylindrical-coordinate representation of color #C29969: hue angle of 32.36º 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 #C29969 is Cyan = 0, Magento = 0.21, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 153 | 105 | - |
| CMYK | 0 | 0.21 | 0.46 | 0.24 |
| HSL | 32.36º | 0.42% | 0.59% | - |
| HSV(B) | 32.36º | 0.46% | 0.76% | - |
| XYZ | 36.19 | 35.27 | 18.27 | - |
| YUV | 159.79 | 97.08 | 152.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 153 | 105 | 0 | 0.21 | 0.46 | 0.24 | 32.36 | 0.42 | 0.59 |
| Hex | C2 | 99 | 69 | 0 | 15 | 2E | 18 | 20 | 2A | 3B |
| Octal | 302 | 231 | 151 | 0 | 25 | 56 | 30 | 40 | 52 | 73 |
| Binary | 11000010 | 10011001 | 1101001 | 0 | 10101 | 101110 | 11000 | 100000 | 101010 | 111011 |
Color Harmonies of #C29969
Complementary color
Monochromatic Colors of #C29969
Black with #C29969
Text Example
Text Example
White with #C29969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29969; }
p { color: rgb(194,153,105); }
H1.HeaderClassName
{
color: #C29969;
}
.AnyTagClassName
{
color: #C29969;
}
</style>
background-color css
<style>
a { background-color: #C29969; }
a { background-color: rgb(194,153,105); }
div.DivClassName
{
background-color: #C29969;
}
.BgClassName
{
background-color: #C29969;
}
</style>
border-color css
<style>
span { border-color: #C29969; }
span { border-color: rgb(194,153,105); }
td.TdClassName
{
border-color: #C29969;
}
.TagClassName
{
border-color: #C29969;
}
</style>