Shades of Fallow #C2906D
Tints of Fallow #C2906D
RGB
CMYK
RGB Variations
Color information
#C2906D (or 0xC2906D) is known color: Fallow. HEX triplet: C2, 90 and 6D. RGB value is (194,144,109). Sum of RGB (Red+Green+Blue) = 194+144+109=447 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.40% from 447); Green value is 144 (56.64% from 255 or 32.21% from 447); Blue value is 109 (42.97% from 255 or 24.38% from 447); Max value from RGB is 194 - color contains mainly: red. Hex color #C2906D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2906D is #3D6F92. Grayscale: #9B9B9B. Windows color (decimal): -4026259 or 7180482. OLE color: 7180482.
HSL color Cylindrical-coordinate representation of color #C2906D: hue angle of 24.71º degrees, saturation: 0.41, 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 #C2906D is Cyan = 0, Magento = 0.26, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 144 | 109 | - |
| CMYK | 0 | 0.26 | 0.44 | 0.24 |
| HSL | 24.71º | 0.41% | 0.59% | - |
| HSV(B) | 24.71º | 0.44% | 0.76% | - |
| XYZ | 34.98 | 32.52 | 18.9 | - |
| YUV | 154.96 | 102.07 | 155.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 144 | 109 | 0 | 0.26 | 0.44 | 0.24 | 24.71 | 0.41 | 0.59 |
| Hex | C2 | 90 | 6D | 0 | 1A | 2C | 18 | 19 | 29 | 3B |
| Octal | 302 | 220 | 155 | 0 | 32 | 54 | 30 | 31 | 51 | 73 |
| Binary | 11000010 | 10010000 | 1101101 | 0 | 11010 | 101100 | 11000 | 11001 | 101001 | 111011 |
Color Harmonies of #C2906D
Complementary color
Monochromatic Colors of #C2906D
Black with #C2906D
Text Example
Text Example
White with #C2906D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2906D; }
p { color: rgb(194,144,109); }
H1.HeaderClassName
{
color: #C2906D;
}
.AnyTagClassName
{
color: #C2906D;
}
</style>
background-color css
<style>
a { background-color: #C2906D; }
a { background-color: rgb(194,144,109); }
div.DivClassName
{
background-color: #C2906D;
}
.BgClassName
{
background-color: #C2906D;
}
</style>
border-color css
<style>
span { border-color: #C2906D; }
span { border-color: rgb(194,144,109); }
td.TdClassName
{
border-color: #C2906D;
}
.TagClassName
{
border-color: #C2906D;
}
</style>