Shades of Fallow #C29C6C
Tints of Fallow #C29C6C
RGB
CMYK
RGB Variations
Color information
#C29C6C (or 0xC29C6C) is known color: Fallow. HEX triplet: C2, 9C and 6C. RGB value is (194,156,108). Sum of RGB (Red+Green+Blue) = 194+156+108=458 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.36% from 458); Green value is 156 (61.33% from 255 or 34.06% from 458); Blue value is 108 (42.58% from 255 or 23.58% from 458); Max value from RGB is 194 - color contains mainly: red. Hex color #C29C6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29C6C is #3D6393. Grayscale: #A2A2A2. Windows color (decimal): -4023188 or 7118018. OLE color: 7118018.
HSL color Cylindrical-coordinate representation of color #C29C6C: hue angle of 33.49º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C29C6C is Cyan = 0, Magento = 0.20, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 156 | 108 | - |
| CMYK | 0 | 0.20 | 0.44 | 0.24 |
| HSL | 33.49º | 0.41% | 0.59% | - |
| HSV(B) | 33.49º | 0.44% | 0.76% | - |
| XYZ | 36.84 | 36.33 | 19.26 | - |
| YUV | 161.89 | 97.59 | 150.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 156 | 108 | 0 | 0.20 | 0.44 | 0.24 | 33.49 | 0.41 | 0.59 |
| Hex | C2 | 9C | 6C | 0 | 14 | 2C | 18 | 21 | 29 | 3B |
| Octal | 302 | 234 | 154 | 0 | 24 | 54 | 30 | 41 | 51 | 73 |
| Binary | 11000010 | 10011100 | 1101100 | 0 | 10100 | 101100 | 11000 | 100001 | 101001 | 111011 |
Color Harmonies of #C29C6C
Complementary color
Monochromatic Colors of #C29C6C
Black with #C29C6C
Text Example
Text Example
White with #C29C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29C6C; }
p { color: rgb(194,156,108); }
H1.HeaderClassName
{
color: #C29C6C;
}
.AnyTagClassName
{
color: #C29C6C;
}
</style>
background-color css
<style>
a { background-color: #C29C6C; }
a { background-color: rgb(194,156,108); }
div.DivClassName
{
background-color: #C29C6C;
}
.BgClassName
{
background-color: #C29C6C;
}
</style>
border-color css
<style>
span { border-color: #C29C6C; }
span { border-color: rgb(194,156,108); }
td.TdClassName
{
border-color: #C29C6C;
}
.TagClassName
{
border-color: #C29C6C;
}
</style>