Shades of Fallow #C29866
Tints of Fallow #C29866
RGB
CMYK
RGB Variations
Color information
#C29866 (or 0xC29866) is known color: Fallow. HEX triplet: C2, 98 and 66. RGB value is (194,152,102). Sum of RGB (Red+Green+Blue) = 194+152+102=448 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.30% from 448); Green value is 152 (59.77% from 255 or 33.93% from 448); Blue value is 102 (40.23% from 255 or 22.77% from 448); Max value from RGB is 194 - color contains mainly: red. Hex color #C29866 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29866 is #3D6799. Grayscale: #9F9F9F. Windows color (decimal): -4024218 or 6723778. OLE color: 6723778.
HSL color Cylindrical-coordinate representation of color #C29866: hue angle of 32.61º 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 #C29866 is Cyan = 0, Magento = 0.22, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 152 | 102 | - |
| CMYK | 0 | 0.22 | 0.47 | 0.24 |
| HSL | 32.61º | 0.43% | 0.58% | - |
| HSV(B) | 32.61º | 0.47% | 0.76% | - |
| XYZ | 35.87 | 34.89 | 17.41 | - |
| YUV | 158.86 | 95.91 | 153.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 152 | 102 | 0 | 0.22 | 0.47 | 0.24 | 32.61 | 0.43 | 0.58 |
| Hex | C2 | 98 | 66 | 0 | 16 | 2F | 18 | 21 | 2B | 3A |
| Octal | 302 | 230 | 146 | 0 | 26 | 57 | 30 | 41 | 53 | 72 |
| Binary | 11000010 | 10011000 | 1100110 | 0 | 10110 | 101111 | 11000 | 100001 | 101011 | 111010 |
Color Harmonies of #C29866
Complementary color
Monochromatic Colors of #C29866
Black with #C29866
Text Example
Text Example
White with #C29866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29866; }
p { color: rgb(194,152,102); }
H1.HeaderClassName
{
color: #C29866;
}
.AnyTagClassName
{
color: #C29866;
}
</style>
background-color css
<style>
a { background-color: #C29866; }
a { background-color: rgb(194,152,102); }
div.DivClassName
{
background-color: #C29866;
}
.BgClassName
{
background-color: #C29866;
}
</style>
border-color css
<style>
span { border-color: #C29866; }
span { border-color: rgb(194,152,102); }
td.TdClassName
{
border-color: #C29866;
}
.TagClassName
{
border-color: #C29866;
}
</style>