Shades of Fallow #C3986D
Tints of Fallow #C3986D
RGB
CMYK
RGB Variations
Color information
#C3986D (or 0xC3986D) is known color: Fallow. HEX triplet: C3, 98 and 6D. RGB value is (195,152,109). Sum of RGB (Red+Green+Blue) = 195+152+109=456 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.76% from 456); Green value is 152 (59.77% from 255 or 33.33% from 456); Blue value is 109 (42.97% from 255 or 23.90% from 456); Max value from RGB is 195 - color contains mainly: red. Hex color #C3986D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3986D is #3C6792. Grayscale: #A0A0A0. Windows color (decimal): -3958675 or 7182531. OLE color: 7182531.
HSL color Cylindrical-coordinate representation of color #C3986D: hue angle of 30º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C3986D is Cyan = 0, Magento = 0.22, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 152 | 109 | - |
| CMYK | 0 | 0.22 | 0.44 | 0.24 |
| HSL | 30º | 0.42% | 0.6% | - |
| HSV(B) | 30º | 0.44% | 0.76% | - |
| XYZ | 36.49 | 35.16 | 19.33 | - |
| YUV | 159.96 | 99.25 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 152 | 109 | 0 | 0.22 | 0.44 | 0.24 | 30 | 0.42 | 0.6 |
| Hex | C3 | 98 | 6D | 0 | 16 | 2C | 18 | 1E | 2A | 3C |
| Octal | 303 | 230 | 155 | 0 | 26 | 54 | 30 | 36 | 52 | 74 |
| Binary | 11000011 | 10011000 | 1101101 | 0 | 10110 | 101100 | 11000 | 11110 | 101010 | 111100 |
Color Harmonies of #C3986D
Complementary color
Monochromatic Colors of #C3986D
Black with #C3986D
Text Example
Text Example
White with #C3986D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3986D; }
p { color: rgb(195,152,109); }
H1.HeaderClassName
{
color: #C3986D;
}
.AnyTagClassName
{
color: #C3986D;
}
</style>
background-color css
<style>
a { background-color: #C3986D; }
a { background-color: rgb(195,152,109); }
div.DivClassName
{
background-color: #C3986D;
}
.BgClassName
{
background-color: #C3986D;
}
</style>
border-color css
<style>
span { border-color: #C3986D; }
span { border-color: rgb(195,152,109); }
td.TdClassName
{
border-color: #C3986D;
}
.TagClassName
{
border-color: #C3986D;
}
</style>