Shades of Fallow #C2946A
Tints of Fallow #C2946A
RGB
CMYK
RGB Variations
Color information
#C2946A (or 0xC2946A) is known color: Fallow. HEX triplet: C2, 94 and 6A. RGB value is (194,148,106). Sum of RGB (Red+Green+Blue) = 194+148+106=448 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.30% from 448); Green value is 148 (58.20% from 255 or 33.04% from 448); Blue value is 106 (41.80% from 255 or 23.66% from 448); Max value from RGB is 194 - color contains mainly: red. Hex color #C2946A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2946A is #3D6B95. Grayscale: #9D9D9D. Windows color (decimal): -4025238 or 6984898. OLE color: 6984898.
HSL color Cylindrical-coordinate representation of color #C2946A: hue angle of 28.64º 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 #C2946A is Cyan = 0, Magento = 0.24, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 148 | 106 | - |
| CMYK | 0 | 0.24 | 0.45 | 0.24 |
| HSL | 28.64º | 0.42% | 0.59% | - |
| HSV(B) | 28.64º | 0.45% | 0.76% | - |
| XYZ | 35.44 | 33.69 | 18.27 | - |
| YUV | 156.97 | 99.24 | 154.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 148 | 106 | 0 | 0.24 | 0.45 | 0.24 | 28.64 | 0.42 | 0.59 |
| Hex | C2 | 94 | 6A | 0 | 18 | 2D | 18 | 1D | 2A | 3B |
| Octal | 302 | 224 | 152 | 0 | 30 | 55 | 30 | 35 | 52 | 73 |
| Binary | 11000010 | 10010100 | 1101010 | 0 | 11000 | 101101 | 11000 | 11101 | 101010 | 111011 |
Color Harmonies of #C2946A
Complementary color
Monochromatic Colors of #C2946A
Black with #C2946A
Text Example
Text Example
White with #C2946A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2946A; }
p { color: rgb(194,148,106); }
H1.HeaderClassName
{
color: #C2946A;
}
.AnyTagClassName
{
color: #C2946A;
}
</style>
background-color css
<style>
a { background-color: #C2946A; }
a { background-color: rgb(194,148,106); }
div.DivClassName
{
background-color: #C2946A;
}
.BgClassName
{
background-color: #C2946A;
}
</style>
border-color css
<style>
span { border-color: #C2946A; }
span { border-color: rgb(194,148,106); }
td.TdClassName
{
border-color: #C2946A;
}
.TagClassName
{
border-color: #C2946A;
}
</style>