Shades of Fallow #C3946B
Tints of Fallow #C3946B
RGB
CMYK
RGB Variations
Color information
#C3946B (or 0xC3946B) is known color: Fallow. HEX triplet: C3, 94 and 6B. RGB value is (195,148,107). Sum of RGB (Red+Green+Blue) = 195+148+107=450 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.33% from 450); Green value is 148 (58.20% from 255 or 32.89% from 450); Blue value is 107 (42.19% from 255 or 23.78% from 450); Max value from RGB is 195 - color contains mainly: red. Hex color #C3946B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3946B is #3C6B94. Grayscale: #9D9D9D. Windows color (decimal): -3959701 or 7050435. OLE color: 7050435.
HSL color Cylindrical-coordinate representation of color #C3946B: hue angle of 27.95º 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 #C3946B is Cyan = 0, Magento = 0.24, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 148 | 107 | - |
| CMYK | 0 | 0.24 | 0.45 | 0.24 |
| HSL | 27.95º | 0.42% | 0.59% | - |
| HSV(B) | 27.95º | 0.45% | 0.76% | - |
| XYZ | 35.75 | 33.84 | 18.56 | - |
| YUV | 157.38 | 99.57 | 154.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 148 | 107 | 0 | 0.24 | 0.45 | 0.24 | 27.95 | 0.42 | 0.59 |
| Hex | C3 | 94 | 6B | 0 | 18 | 2D | 18 | 1C | 2A | 3B |
| Octal | 303 | 224 | 153 | 0 | 30 | 55 | 30 | 34 | 52 | 73 |
| Binary | 11000011 | 10010100 | 1101011 | 0 | 11000 | 101101 | 11000 | 11100 | 101010 | 111011 |
Color Harmonies of #C3946B
Complementary color
Monochromatic Colors of #C3946B
Black with #C3946B
Text Example
Text Example
White with #C3946B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3946B; }
p { color: rgb(195,148,107); }
H1.HeaderClassName
{
color: #C3946B;
}
.AnyTagClassName
{
color: #C3946B;
}
</style>
background-color css
<style>
a { background-color: #C3946B; }
a { background-color: rgb(195,148,107); }
div.DivClassName
{
background-color: #C3946B;
}
.BgClassName
{
background-color: #C3946B;
}
</style>
border-color css
<style>
span { border-color: #C3946B; }
span { border-color: rgb(195,148,107); }
td.TdClassName
{
border-color: #C3946B;
}
.TagClassName
{
border-color: #C3946B;
}
</style>