Shades of Fallow #C2956D
Tints of Fallow #C2956D
RGB
CMYK
RGB Variations
Color information
#C2956D (or 0xC2956D) is known color: Fallow. HEX triplet: C2, 95 and 6D. RGB value is (194,149,109). Sum of RGB (Red+Green+Blue) = 194+149+109=452 (59% of max value = 765). Red value is 194 (76.17% from 255 or 42.92% from 452); Green value is 149 (58.59% from 255 or 32.96% from 452); Blue value is 109 (42.97% from 255 or 24.12% from 452); Max value from RGB is 194 - color contains mainly: red. Hex color #C2956D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2956D is #3D6A92. Grayscale: #9E9E9E. Windows color (decimal): -4024979 or 7181762. OLE color: 7181762.
HSL color Cylindrical-coordinate representation of color #C2956D: hue angle of 28.24º 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 #C2956D is Cyan = 0, Magento = 0.23, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 149 | 109 | - |
| CMYK | 0 | 0.23 | 0.44 | 0.24 |
| HSL | 28.24º | 0.41% | 0.59% | - |
| HSV(B) | 28.24º | 0.44% | 0.76% | - |
| XYZ | 35.76 | 34.07 | 19.16 | - |
| YUV | 157.9 | 100.41 | 153.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 149 | 109 | 0 | 0.23 | 0.44 | 0.24 | 28.24 | 0.41 | 0.59 |
| Hex | C2 | 95 | 6D | 0 | 17 | 2C | 18 | 1C | 29 | 3B |
| Octal | 302 | 225 | 155 | 0 | 27 | 54 | 30 | 34 | 51 | 73 |
| Binary | 11000010 | 10010101 | 1101101 | 0 | 10111 | 101100 | 11000 | 11100 | 101001 | 111011 |
Color Harmonies of #C2956D
Complementary color
Monochromatic Colors of #C2956D
Black with #C2956D
Text Example
Text Example
White with #C2956D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2956D; }
p { color: rgb(194,149,109); }
H1.HeaderClassName
{
color: #C2956D;
}
.AnyTagClassName
{
color: #C2956D;
}
</style>
background-color css
<style>
a { background-color: #C2956D; }
a { background-color: rgb(194,149,109); }
div.DivClassName
{
background-color: #C2956D;
}
.BgClassName
{
background-color: #C2956D;
}
</style>
border-color css
<style>
span { border-color: #C2956D; }
span { border-color: rgb(194,149,109); }
td.TdClassName
{
border-color: #C2956D;
}
.TagClassName
{
border-color: #C2956D;
}
</style>