Shades of Fallow #C3996A
Tints of Fallow #C3996A
RGB
CMYK
RGB Variations
Color information
#C3996A (or 0xC3996A) is known color: Fallow. HEX triplet: C3, 99 and 6A. RGB value is (195,153,106). Sum of RGB (Red+Green+Blue) = 195+153+106=454 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.95% from 454); Green value is 153 (60.16% from 255 or 33.70% from 454); Blue value is 106 (41.80% from 255 or 23.35% from 454); Max value from RGB is 195 - color contains mainly: red. Hex color #C3996A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3996A is #3C6695. Grayscale: #A0A0A0. Windows color (decimal): -3958422 or 6986179. OLE color: 6986179.
HSL color Cylindrical-coordinate representation of color #C3996A: hue angle of 31.69º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C3996A is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 153 | 106 | - |
| CMYK | 0 | 0.22 | 0.46 | 0.24 |
| HSL | 31.69º | 0.43% | 0.59% | - |
| HSV(B) | 31.69º | 0.46% | 0.76% | - |
| XYZ | 36.5 | 35.43 | 18.55 | - |
| YUV | 160.2 | 97.41 | 152.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 153 | 106 | 0 | 0.22 | 0.46 | 0.24 | 31.69 | 0.43 | 0.59 |
| Hex | C3 | 99 | 6A | 0 | 16 | 2E | 18 | 20 | 2B | 3B |
| Octal | 303 | 231 | 152 | 0 | 26 | 56 | 30 | 40 | 53 | 73 |
| Binary | 11000011 | 10011001 | 1101010 | 0 | 10110 | 101110 | 11000 | 100000 | 101011 | 111011 |
Color Harmonies of #C3996A
Complementary color
Monochromatic Colors of #C3996A
Black with #C3996A
Text Example
Text Example
White with #C3996A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3996A; }
p { color: rgb(195,153,106); }
H1.HeaderClassName
{
color: #C3996A;
}
.AnyTagClassName
{
color: #C3996A;
}
</style>
background-color css
<style>
a { background-color: #C3996A; }
a { background-color: rgb(195,153,106); }
div.DivClassName
{
background-color: #C3996A;
}
.BgClassName
{
background-color: #C3996A;
}
</style>
border-color css
<style>
span { border-color: #C3996A; }
span { border-color: rgb(195,153,106); }
td.TdClassName
{
border-color: #C3996A;
}
.TagClassName
{
border-color: #C3996A;
}
</style>