Shades of Fallow #C0996D
Tints of Fallow #C0996D
RGB
CMYK
RGB Variations
Color information
#C0996D (or 0xC0996D) is known color: Fallow. HEX triplet: C0, 99 and 6D. RGB value is (192,153,109). Sum of RGB (Red+Green+Blue) = 192+153+109=454 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.29% from 454); Green value is 153 (60.16% from 255 or 33.70% from 454); Blue value is 109 (42.97% from 255 or 24.01% from 454); Max value from RGB is 192 - color contains mainly: red. Hex color #C0996D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0996D is #3F6692. Grayscale: #9F9F9F. Windows color (decimal): -4155027 or 7182784. OLE color: 7182784.
HSL color Cylindrical-coordinate representation of color #C0996D: hue angle of 31.81º degrees, saturation: 0.4, 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 #C0996D is Cyan = 0, Magento = 0.20, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 153 | 109 | - |
| CMYK | 0 | 0.20 | 0.43 | 0.25 |
| HSL | 31.81º | 0.4% | 0.59% | - |
| HSV(B) | 31.81º | 0.43% | 0.75% | - |
| XYZ | 35.89 | 35.09 | 19.35 | - |
| YUV | 159.65 | 99.42 | 151.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 153 | 109 | 0 | 0.20 | 0.43 | 0.25 | 31.81 | 0.4 | 0.59 |
| Hex | C0 | 99 | 6D | 0 | 14 | 2B | 19 | 20 | 28 | 3B |
| Octal | 300 | 231 | 155 | 0 | 24 | 53 | 31 | 40 | 50 | 73 |
| Binary | 11000000 | 10011001 | 1101101 | 0 | 10100 | 101011 | 11001 | 100000 | 101000 | 111011 |
Color Harmonies of #C0996D
Complementary color
Monochromatic Colors of #C0996D
Black with #C0996D
Text Example
Text Example
White with #C0996D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0996D; }
p { color: rgb(192,153,109); }
H1.HeaderClassName
{
color: #C0996D;
}
.AnyTagClassName
{
color: #C0996D;
}
</style>
background-color css
<style>
a { background-color: #C0996D; }
a { background-color: rgb(192,153,109); }
div.DivClassName
{
background-color: #C0996D;
}
.BgClassName
{
background-color: #C0996D;
}
</style>
border-color css
<style>
span { border-color: #C0996D; }
span { border-color: rgb(192,153,109); }
td.TdClassName
{
border-color: #C0996D;
}
.TagClassName
{
border-color: #C0996D;
}
</style>