Shades of Fallow #C0A078
Tints of Fallow #C0A078
RGB
CMYK
RGB Variations
Color information
#C0A078 (or 0xC0A078) is known color: Fallow. HEX triplet: C0, A0 and 78. RGB value is (192,160,120). Sum of RGB (Red+Green+Blue) = 192+160+120=472 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.68% from 472); Green value is 160 (62.89% from 255 or 33.90% from 472); Blue value is 120 (47.27% from 255 or 25.42% from 472); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A078 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A078 is #3F5F87. Grayscale: #A5A5A5. Windows color (decimal): -4153224 or 7905472. OLE color: 7905472.
HSL color Cylindrical-coordinate representation of color #C0A078: hue angle of 33.33º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C0A078 is Cyan = 0, Magento = 0.17, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 160 | 120 | - |
| CMYK | 0 | 0.17 | 0.38 | 0.25 |
| HSL | 33.33º | 0.36% | 0.61% | - |
| HSV(B) | 33.33º | 0.38% | 0.75% | - |
| XYZ | 37.7 | 37.7 | 23.06 | - |
| YUV | 165.01 | 102.6 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 160 | 120 | 0 | 0.17 | 0.38 | 0.25 | 33.33 | 0.36 | 0.61 |
| Hex | C0 | A0 | 78 | 0 | 11 | 26 | 19 | 21 | 24 | 3D |
| Octal | 300 | 240 | 170 | 0 | 21 | 46 | 31 | 41 | 44 | 75 |
| Binary | 11000000 | 10100000 | 1111000 | 0 | 10001 | 100110 | 11001 | 100001 | 100100 | 111101 |
Color Harmonies of #C0A078
Complementary color
Monochromatic Colors of #C0A078
Black with #C0A078
Text Example
Text Example
White with #C0A078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A078; }
p { color: rgb(192,160,120); }
H1.HeaderClassName
{
color: #C0A078;
}
.AnyTagClassName
{
color: #C0A078;
}
</style>
background-color css
<style>
a { background-color: #C0A078; }
a { background-color: rgb(192,160,120); }
div.DivClassName
{
background-color: #C0A078;
}
.BgClassName
{
background-color: #C0A078;
}
</style>
border-color css
<style>
span { border-color: #C0A078; }
span { border-color: rgb(192,160,120); }
td.TdClassName
{
border-color: #C0A078;
}
.TagClassName
{
border-color: #C0A078;
}
</style>