Shades of Fallow #C0956E
Tints of Fallow #C0956E
RGB
CMYK
RGB Variations
Color information
#C0956E (or 0xC0956E) is known color: Fallow. HEX triplet: C0, 95 and 6E. RGB value is (192,149,110). Sum of RGB (Red+Green+Blue) = 192+149+110=451 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.57% from 451); Green value is 149 (58.59% from 255 or 33.04% from 451); Blue value is 110 (43.36% from 255 or 24.39% from 451); Max value from RGB is 192 - color contains mainly: red. Hex color #C0956E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0956E is #3F6A91. Grayscale: #9D9D9D. Windows color (decimal): -4156050 or 7247296. OLE color: 7247296.
HSL color Cylindrical-coordinate representation of color #C0956E: hue angle of 28.54º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C0956E is Cyan = 0, Magento = 0.22, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 149 | 110 | - |
| CMYK | 0 | 0.22 | 0.43 | 0.25 |
| HSL | 28.54º | 0.39% | 0.59% | - |
| HSV(B) | 28.54º | 0.43% | 0.75% | - |
| XYZ | 35.3 | 33.83 | 19.42 | - |
| YUV | 157.41 | 101.25 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 149 | 110 | 0 | 0.22 | 0.43 | 0.25 | 28.54 | 0.39 | 0.59 |
| Hex | C0 | 95 | 6E | 0 | 16 | 2B | 19 | 1D | 27 | 3B |
| Octal | 300 | 225 | 156 | 0 | 26 | 53 | 31 | 35 | 47 | 73 |
| Binary | 11000000 | 10010101 | 1101110 | 0 | 10110 | 101011 | 11001 | 11101 | 100111 | 111011 |
Color Harmonies of #C0956E
Complementary color
Monochromatic Colors of #C0956E
Black with #C0956E
Text Example
Text Example
White with #C0956E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0956E; }
p { color: rgb(192,149,110); }
H1.HeaderClassName
{
color: #C0956E;
}
.AnyTagClassName
{
color: #C0956E;
}
</style>
background-color css
<style>
a { background-color: #C0956E; }
a { background-color: rgb(192,149,110); }
div.DivClassName
{
background-color: #C0956E;
}
.BgClassName
{
background-color: #C0956E;
}
</style>
border-color css
<style>
span { border-color: #C0956E; }
span { border-color: rgb(192,149,110); }
td.TdClassName
{
border-color: #C0956E;
}
.TagClassName
{
border-color: #C0956E;
}
</style>