Shades of Fallow #C29366
Tints of Fallow #C29366
RGB
CMYK
RGB Variations
Color information
#C29366 (or 0xC29366) is known color: Fallow. HEX triplet: C2, 93 and 66. RGB value is (194,147,102). Sum of RGB (Red+Green+Blue) = 194+147+102=443 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.79% from 443); Green value is 147 (57.81% from 255 or 33.18% from 443); Blue value is 102 (40.23% from 255 or 23.02% from 443); Max value from RGB is 194 - color contains mainly: red. Hex color #C29366 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29366 is #3D6C99. Grayscale: #9C9C9C. Windows color (decimal): -4025498 or 6722498. OLE color: 6722498.
HSL color Cylindrical-coordinate representation of color #C29366: hue angle of 29.35º 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 #C29366 is Cyan = 0, Magento = 0.24, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 147 | 102 | - |
| CMYK | 0 | 0.24 | 0.47 | 0.24 |
| HSL | 29.35º | 0.43% | 0.58% | - |
| HSV(B) | 29.35º | 0.47% | 0.76% | - |
| XYZ | 35.08 | 33.3 | 17.15 | - |
| YUV | 155.92 | 97.57 | 155.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 147 | 102 | 0 | 0.24 | 0.47 | 0.24 | 29.35 | 0.43 | 0.58 |
| Hex | C2 | 93 | 66 | 0 | 18 | 2F | 18 | 1D | 2B | 3A |
| Octal | 302 | 223 | 146 | 0 | 30 | 57 | 30 | 35 | 53 | 72 |
| Binary | 11000010 | 10010011 | 1100110 | 0 | 11000 | 101111 | 11000 | 11101 | 101011 | 111010 |
Color Harmonies of #C29366
Complementary color
Monochromatic Colors of #C29366
Black with #C29366
Text Example
Text Example
White with #C29366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29366; }
p { color: rgb(194,147,102); }
H1.HeaderClassName
{
color: #C29366;
}
.AnyTagClassName
{
color: #C29366;
}
</style>
background-color css
<style>
a { background-color: #C29366; }
a { background-color: rgb(194,147,102); }
div.DivClassName
{
background-color: #C29366;
}
.BgClassName
{
background-color: #C29366;
}
</style>
border-color css
<style>
span { border-color: #C29366; }
span { border-color: rgb(194,147,102); }
td.TdClassName
{
border-color: #C29366;
}
.TagClassName
{
border-color: #C29366;
}
</style>