Shades of Fallow #C3986C
Tints of Fallow #C3986C
RGB
CMYK
RGB Variations
Color information
#C3986C (or 0xC3986C) is known color: Fallow. HEX triplet: C3, 98 and 6C. RGB value is (195,152,108). Sum of RGB (Red+Green+Blue) = 195+152+108=455 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.86% from 455); Green value is 152 (59.77% from 255 or 33.41% from 455); Blue value is 108 (42.58% from 255 or 23.74% from 455); Max value from RGB is 195 - color contains mainly: red. Hex color #C3986C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3986C is #3C6793. Grayscale: #A0A0A0. Windows color (decimal): -3958676 or 7116995. OLE color: 7116995.
HSL color Cylindrical-coordinate representation of color #C3986C: hue angle of 30.34º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C3986C is Cyan = 0, Magento = 0.22, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 152 | 108 | - |
| CMYK | 0 | 0.22 | 0.45 | 0.24 |
| HSL | 30.34º | 0.42% | 0.59% | - |
| HSV(B) | 30.34º | 0.45% | 0.76% | - |
| XYZ | 36.44 | 35.14 | 19.05 | - |
| YUV | 159.84 | 98.75 | 153.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 152 | 108 | 0 | 0.22 | 0.45 | 0.24 | 30.34 | 0.42 | 0.59 |
| Hex | C3 | 98 | 6C | 0 | 16 | 2D | 18 | 1E | 2A | 3B |
| Octal | 303 | 230 | 154 | 0 | 26 | 55 | 30 | 36 | 52 | 73 |
| Binary | 11000011 | 10011000 | 1101100 | 0 | 10110 | 101101 | 11000 | 11110 | 101010 | 111011 |
Color Harmonies of #C3986C
Complementary color
Monochromatic Colors of #C3986C
Black with #C3986C
Text Example
Text Example
White with #C3986C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3986C; }
p { color: rgb(195,152,108); }
H1.HeaderClassName
{
color: #C3986C;
}
.AnyTagClassName
{
color: #C3986C;
}
</style>
background-color css
<style>
a { background-color: #C3986C; }
a { background-color: rgb(195,152,108); }
div.DivClassName
{
background-color: #C3986C;
}
.BgClassName
{
background-color: #C3986C;
}
</style>
border-color css
<style>
span { border-color: #C3986C; }
span { border-color: rgb(195,152,108); }
td.TdClassName
{
border-color: #C3986C;
}
.TagClassName
{
border-color: #C3986C;
}
</style>