Shades of Fallow #C0996C
Tints of Fallow #C0996C
RGB
CMYK
RGB Variations
Color information
#C0996C (or 0xC0996C) is known color: Fallow. HEX triplet: C0, 99 and 6C. RGB value is (192,153,108). Sum of RGB (Red+Green+Blue) = 192+153+108=453 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.38% from 453); Green value is 153 (60.16% from 255 or 33.77% from 453); Blue value is 108 (42.58% from 255 or 23.84% from 453); Max value from RGB is 192 - color contains mainly: red. Hex color #C0996C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0996C is #3F6693. Grayscale: #9F9F9F. Windows color (decimal): -4155028 or 7117248. OLE color: 7117248.
HSL color Cylindrical-coordinate representation of color #C0996C: hue angle of 32.14º 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 #C0996C is Cyan = 0, Magento = 0.20, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 153 | 108 | - |
| CMYK | 0 | 0.20 | 0.44 | 0.25 |
| HSL | 32.14º | 0.4% | 0.59% | - |
| HSV(B) | 32.14º | 0.44% | 0.75% | - |
| XYZ | 35.84 | 35.07 | 19.07 | - |
| YUV | 159.53 | 98.92 | 151.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 153 | 108 | 0 | 0.20 | 0.44 | 0.25 | 32.14 | 0.4 | 0.59 |
| Hex | C0 | 99 | 6C | 0 | 14 | 2C | 19 | 20 | 28 | 3B |
| Octal | 300 | 231 | 154 | 0 | 24 | 54 | 31 | 40 | 50 | 73 |
| Binary | 11000000 | 10011001 | 1101100 | 0 | 10100 | 101100 | 11001 | 100000 | 101000 | 111011 |
Color Harmonies of #C0996C
Complementary color
Monochromatic Colors of #C0996C
Black with #C0996C
Text Example
Text Example
White with #C0996C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0996C; }
p { color: rgb(192,153,108); }
H1.HeaderClassName
{
color: #C0996C;
}
.AnyTagClassName
{
color: #C0996C;
}
</style>
background-color css
<style>
a { background-color: #C0996C; }
a { background-color: rgb(192,153,108); }
div.DivClassName
{
background-color: #C0996C;
}
.BgClassName
{
background-color: #C0996C;
}
</style>
border-color css
<style>
span { border-color: #C0996C; }
span { border-color: rgb(192,153,108); }
td.TdClassName
{
border-color: #C0996C;
}
.TagClassName
{
border-color: #C0996C;
}
</style>