Shades of Fallow #C09C60
Tints of Fallow #C09C60
RGB
CMYK
RGB Variations
Color information
#C09C60 (or 0xC09C60) is known color: Fallow. HEX triplet: C0, 9C and 60. RGB value is (192,156,96). Sum of RGB (Red+Green+Blue) = 192+156+96=444 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.24% from 444); Green value is 156 (61.33% from 255 or 35.14% from 444); Blue value is 96 (37.89% from 255 or 21.62% from 444); Max value from RGB is 192 - color contains mainly: red. Hex color #C09C60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09C60 is #3F639F. Grayscale: #A0A0A0. Windows color (decimal): -4154272 or 6331584. OLE color: 6331584.
HSL color Cylindrical-coordinate representation of color #C09C60: hue angle of 37.5º 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 #C09C60 is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 156 | 96 | - |
| CMYK | 0 | 0.19 | 0.50 | 0.25 |
| HSL | 37.5º | 0.43% | 0.56% | - |
| HSV(B) | 37.5º | 0.5% | 0.75% | - |
| XYZ | 35.74 | 35.83 | 16.1 | - |
| YUV | 159.92 | 91.93 | 150.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 156 | 96 | 0 | 0.19 | 0.50 | 0.25 | 37.5 | 0.43 | 0.56 |
| Hex | C0 | 9C | 60 | 0 | 13 | 32 | 19 | 26 | 2B | 38 |
| Octal | 300 | 234 | 140 | 0 | 23 | 62 | 31 | 46 | 53 | 70 |
| Binary | 11000000 | 10011100 | 1100000 | 0 | 10011 | 110010 | 11001 | 100110 | 101011 | 111000 |
Color Harmonies of #C09C60
Complementary color
Monochromatic Colors of #C09C60
Black with #C09C60
Text Example
Text Example
White with #C09C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09C60; }
p { color: rgb(192,156,96); }
H1.HeaderClassName
{
color: #C09C60;
}
.AnyTagClassName
{
color: #C09C60;
}
</style>
background-color css
<style>
a { background-color: #C09C60; }
a { background-color: rgb(192,156,96); }
div.DivClassName
{
background-color: #C09C60;
}
.BgClassName
{
background-color: #C09C60;
}
</style>
border-color css
<style>
span { border-color: #C09C60; }
span { border-color: rgb(192,156,96); }
td.TdClassName
{
border-color: #C09C60;
}
.TagClassName
{
border-color: #C09C60;
}
</style>