Shades of Fallow #C09960
Tints of Fallow #C09960
RGB
CMYK
RGB Variations
Color information
#C09960 (or 0xC09960) is known color: Fallow. HEX triplet: C0, 99 and 60. RGB value is (192,153,96). Sum of RGB (Red+Green+Blue) = 192+153+96=441 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.54% from 441); Green value is 153 (60.16% from 255 or 34.69% from 441); Blue value is 96 (37.89% from 255 or 21.77% from 441); Max value from RGB is 192 - color contains mainly: red. Hex color #C09960 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09960 is #3F669F. Grayscale: #9E9E9E. Windows color (decimal): -4155040 or 6330816. OLE color: 6330816.
HSL color Cylindrical-coordinate representation of color #C09960: hue angle of 35.62º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C09960 is Cyan = 0, Magento = 0.20, Yellow = 0.50 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 153 | 96 | - |
| CMYK | 0 | 0.20 | 0.50 | 0.25 |
| HSL | 35.63º | 0.43% | 0.56% | - |
| HSV(B) | 35.63º | 0.5% | 0.75% | - |
| XYZ | 35.24 | 34.83 | 15.93 | - |
| YUV | 158.16 | 92.92 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 153 | 96 | 0 | 0.20 | 0.50 | 0.25 | 35.63 | 0.43 | 0.56 |
| Hex | C0 | 99 | 60 | 0 | 14 | 32 | 19 | 24 | 2B | 38 |
| Octal | 300 | 231 | 140 | 0 | 24 | 62 | 31 | 44 | 53 | 70 |
| Binary | 11000000 | 10011001 | 1100000 | 0 | 10100 | 110010 | 11001 | 100100 | 101011 | 111000 |
Color Harmonies of #C09960
Complementary color
Monochromatic Colors of #C09960
Black with #C09960
Text Example
Text Example
White with #C09960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09960; }
p { color: rgb(192,153,96); }
H1.HeaderClassName
{
color: #C09960;
}
.AnyTagClassName
{
color: #C09960;
}
</style>
background-color css
<style>
a { background-color: #C09960; }
a { background-color: rgb(192,153,96); }
div.DivClassName
{
background-color: #C09960;
}
.BgClassName
{
background-color: #C09960;
}
</style>
border-color css
<style>
span { border-color: #C09960; }
span { border-color: rgb(192,153,96); }
td.TdClassName
{
border-color: #C09960;
}
.TagClassName
{
border-color: #C09960;
}
</style>