Shades of Fallow #C29C66
Tints of Fallow #C29C66
RGB
CMYK
RGB Variations
Color information
#C29C66 (or 0xC29C66) is known color: Fallow. HEX triplet: C2, 9C and 66. RGB value is (194,156,102). Sum of RGB (Red+Green+Blue) = 194+156+102=452 (59% of max value = 765). Red value is 194 (76.17% from 255 or 42.92% from 452); Green value is 156 (61.33% from 255 or 34.51% from 452); Blue value is 102 (40.23% from 255 or 22.57% from 452); Max value from RGB is 194 - color contains mainly: red. Hex color #C29C66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29C66 is #3D6399. Grayscale: #A1A1A1. Windows color (decimal): -4023194 or 6724802. OLE color: 6724802.
HSL color Cylindrical-coordinate representation of color #C29C66: hue angle of 35.22º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C29C66 is Cyan = 0, Magento = 0.20, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 156 | 102 | - |
| CMYK | 0 | 0.20 | 0.47 | 0.24 |
| HSL | 35.22º | 0.43% | 0.58% | - |
| HSV(B) | 35.22º | 0.47% | 0.76% | - |
| XYZ | 36.53 | 36.21 | 17.63 | - |
| YUV | 161.21 | 94.59 | 151.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 156 | 102 | 0 | 0.20 | 0.47 | 0.24 | 35.22 | 0.43 | 0.58 |
| Hex | C2 | 9C | 66 | 0 | 14 | 2F | 18 | 23 | 2B | 3A |
| Octal | 302 | 234 | 146 | 0 | 24 | 57 | 30 | 43 | 53 | 72 |
| Binary | 11000010 | 10011100 | 1100110 | 0 | 10100 | 101111 | 11000 | 100011 | 101011 | 111010 |
Color Harmonies of #C29C66
Complementary color
Monochromatic Colors of #C29C66
Black with #C29C66
Text Example
Text Example
White with #C29C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29C66; }
p { color: rgb(194,156,102); }
H1.HeaderClassName
{
color: #C29C66;
}
.AnyTagClassName
{
color: #C29C66;
}
</style>
background-color css
<style>
a { background-color: #C29C66; }
a { background-color: rgb(194,156,102); }
div.DivClassName
{
background-color: #C29C66;
}
.BgClassName
{
background-color: #C29C66;
}
</style>
border-color css
<style>
span { border-color: #C29C66; }
span { border-color: rgb(194,156,102); }
td.TdClassName
{
border-color: #C29C66;
}
.TagClassName
{
border-color: #C29C66;
}
</style>