Shades of Fallow #C0936C
Tints of Fallow #C0936C
RGB
CMYK
RGB Variations
Color information
#C0936C (or 0xC0936C) is known color: Fallow. HEX triplet: C0, 93 and 6C. RGB value is (192,147,108). Sum of RGB (Red+Green+Blue) = 192+147+108=447 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.95% from 447); Green value is 147 (57.81% from 255 or 32.89% from 447); Blue value is 108 (42.58% from 255 or 24.16% from 447); Max value from RGB is 192 - color contains mainly: red. Hex color #C0936C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0936C is #3F6C93. Grayscale: #9C9C9C. Windows color (decimal): -4156564 or 7115712. OLE color: 7115712.
HSL color Cylindrical-coordinate representation of color #C0936C: hue angle of 27.86º 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 #C0936C is Cyan = 0, Magento = 0.23, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 147 | 108 | - |
| CMYK | 0 | 0.23 | 0.44 | 0.25 |
| HSL | 27.86º | 0.4% | 0.59% | - |
| HSV(B) | 27.86º | 0.44% | 0.75% | - |
| XYZ | 34.88 | 33.16 | 18.75 | - |
| YUV | 156.01 | 100.91 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 147 | 108 | 0 | 0.23 | 0.44 | 0.25 | 27.86 | 0.4 | 0.59 |
| Hex | C0 | 93 | 6C | 0 | 17 | 2C | 19 | 1C | 28 | 3B |
| Octal | 300 | 223 | 154 | 0 | 27 | 54 | 31 | 34 | 50 | 73 |
| Binary | 11000000 | 10010011 | 1101100 | 0 | 10111 | 101100 | 11001 | 11100 | 101000 | 111011 |
Color Harmonies of #C0936C
Complementary color
Monochromatic Colors of #C0936C
Black with #C0936C
Text Example
Text Example
White with #C0936C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0936C; }
p { color: rgb(192,147,108); }
H1.HeaderClassName
{
color: #C0936C;
}
.AnyTagClassName
{
color: #C0936C;
}
</style>
background-color css
<style>
a { background-color: #C0936C; }
a { background-color: rgb(192,147,108); }
div.DivClassName
{
background-color: #C0936C;
}
.BgClassName
{
background-color: #C0936C;
}
</style>
border-color css
<style>
span { border-color: #C0936C; }
span { border-color: rgb(192,147,108); }
td.TdClassName
{
border-color: #C0936C;
}
.TagClassName
{
border-color: #C0936C;
}
</style>