Shades of Fallow #C0956C
Tints of Fallow #C0956C
RGB
CMYK
RGB Variations
Color information
#C0956C (or 0xC0956C) is known color: Fallow. HEX triplet: C0, 95 and 6C. RGB value is (192,149,108). Sum of RGB (Red+Green+Blue) = 192+149+108=449 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.76% from 449); Green value is 149 (58.59% from 255 or 33.18% from 449); Blue value is 108 (42.58% from 255 or 24.05% from 449); Max value from RGB is 192 - color contains mainly: red. Hex color #C0956C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0956C is #3F6A93. Grayscale: #9D9D9D. Windows color (decimal): -4156052 or 7116224. OLE color: 7116224.
HSL color Cylindrical-coordinate representation of color #C0956C: hue angle of 29.29º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C0956C is Cyan = 0, Magento = 0.22, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 149 | 108 | - |
| CMYK | 0 | 0.22 | 0.44 | 0.25 |
| HSL | 29.29º | 0.4% | 0.59% | - |
| HSV(B) | 29.29º | 0.44% | 0.75% | - |
| XYZ | 35.19 | 33.78 | 18.85 | - |
| YUV | 157.18 | 100.25 | 152.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 149 | 108 | 0 | 0.22 | 0.44 | 0.25 | 29.29 | 0.4 | 0.59 |
| Hex | C0 | 95 | 6C | 0 | 16 | 2C | 19 | 1D | 28 | 3B |
| Octal | 300 | 225 | 154 | 0 | 26 | 54 | 31 | 35 | 50 | 73 |
| Binary | 11000000 | 10010101 | 1101100 | 0 | 10110 | 101100 | 11001 | 11101 | 101000 | 111011 |
Color Harmonies of #C0956C
Complementary color
Monochromatic Colors of #C0956C
Black with #C0956C
Text Example
Text Example
White with #C0956C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0956C; }
p { color: rgb(192,149,108); }
H1.HeaderClassName
{
color: #C0956C;
}
.AnyTagClassName
{
color: #C0956C;
}
</style>
background-color css
<style>
a { background-color: #C0956C; }
a { background-color: rgb(192,149,108); }
div.DivClassName
{
background-color: #C0956C;
}
.BgClassName
{
background-color: #C0956C;
}
</style>
border-color css
<style>
span { border-color: #C0956C; }
span { border-color: rgb(192,149,108); }
td.TdClassName
{
border-color: #C0956C;
}
.TagClassName
{
border-color: #C0956C;
}
</style>