Shades of Fallow #C1946D
Tints of Fallow #C1946D
RGB
CMYK
RGB Variations
Color information
#C1946D (or 0xC1946D) is known color: Fallow. HEX triplet: C1, 94 and 6D. RGB value is (193,148,109). Sum of RGB (Red+Green+Blue) = 193+148+109=450 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.89% from 450); Green value is 148 (58.20% from 255 or 32.89% from 450); Blue value is 109 (42.97% from 255 or 24.22% from 450); Max value from RGB is 193 - color contains mainly: red. Hex color #C1946D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1946D is #3E6B92. Grayscale: #9D9D9D. Windows color (decimal): -4090771 or 7181505. OLE color: 7181505.
HSL color Cylindrical-coordinate representation of color #C1946D: hue angle of 27.86º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C1946D is Cyan = 0, Magento = 0.23, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 148 | 109 | - |
| CMYK | 0 | 0.23 | 0.44 | 0.24 |
| HSL | 27.86º | 0.4% | 0.59% | - |
| HSV(B) | 27.86º | 0.44% | 0.76% | - |
| XYZ | 35.34 | 33.62 | 19.09 | - |
| YUV | 157.01 | 100.91 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 148 | 109 | 0 | 0.23 | 0.44 | 0.24 | 27.86 | 0.4 | 0.59 |
| Hex | C1 | 94 | 6D | 0 | 17 | 2C | 18 | 1C | 28 | 3B |
| Octal | 301 | 224 | 155 | 0 | 27 | 54 | 30 | 34 | 50 | 73 |
| Binary | 11000001 | 10010100 | 1101101 | 0 | 10111 | 101100 | 11000 | 11100 | 101000 | 111011 |
Color Harmonies of #C1946D
Complementary color
Monochromatic Colors of #C1946D
Black with #C1946D
Text Example
Text Example
White with #C1946D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1946D; }
p { color: rgb(193,148,109); }
H1.HeaderClassName
{
color: #C1946D;
}
.AnyTagClassName
{
color: #C1946D;
}
</style>
background-color css
<style>
a { background-color: #C1946D; }
a { background-color: rgb(193,148,109); }
div.DivClassName
{
background-color: #C1946D;
}
.BgClassName
{
background-color: #C1946D;
}
</style>
border-color css
<style>
span { border-color: #C1946D; }
span { border-color: rgb(193,148,109); }
td.TdClassName
{
border-color: #C1946D;
}
.TagClassName
{
border-color: #C1946D;
}
</style>