Shades of Fallow #C29966
Tints of Fallow #C29966
RGB
CMYK
RGB Variations
Color information
#C29966 (or 0xC29966) is known color: Fallow. HEX triplet: C2, 99 and 66. RGB value is (194,153,102). Sum of RGB (Red+Green+Blue) = 194+153+102=449 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.21% from 449); Green value is 153 (60.16% from 255 or 34.08% from 449); Blue value is 102 (40.23% from 255 or 22.72% from 449); Max value from RGB is 194 - color contains mainly: red. Hex color #C29966 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29966 is #3D6699. Grayscale: #9F9F9F. Windows color (decimal): -4023962 or 6724034. OLE color: 6724034.
HSL color Cylindrical-coordinate representation of color #C29966: hue angle of 33.26º 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 #C29966 is Cyan = 0, Magento = 0.21, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 153 | 102 | - |
| CMYK | 0 | 0.21 | 0.47 | 0.24 |
| HSL | 33.26º | 0.43% | 0.58% | - |
| HSV(B) | 33.26º | 0.47% | 0.76% | - |
| XYZ | 36.04 | 35.21 | 17.47 | - |
| YUV | 159.45 | 95.58 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 153 | 102 | 0 | 0.21 | 0.47 | 0.24 | 33.26 | 0.43 | 0.58 |
| Hex | C2 | 99 | 66 | 0 | 15 | 2F | 18 | 21 | 2B | 3A |
| Octal | 302 | 231 | 146 | 0 | 25 | 57 | 30 | 41 | 53 | 72 |
| Binary | 11000010 | 10011001 | 1100110 | 0 | 10101 | 101111 | 11000 | 100001 | 101011 | 111010 |
Color Harmonies of #C29966
Complementary color
Monochromatic Colors of #C29966
Black with #C29966
Text Example
Text Example
White with #C29966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29966; }
p { color: rgb(194,153,102); }
H1.HeaderClassName
{
color: #C29966;
}
.AnyTagClassName
{
color: #C29966;
}
</style>
background-color css
<style>
a { background-color: #C29966; }
a { background-color: rgb(194,153,102); }
div.DivClassName
{
background-color: #C29966;
}
.BgClassName
{
background-color: #C29966;
}
</style>
border-color css
<style>
span { border-color: #C29966; }
span { border-color: rgb(194,153,102); }
td.TdClassName
{
border-color: #C29966;
}
.TagClassName
{
border-color: #C29966;
}
</style>