Shades of Fallow #C0A069
Tints of Fallow #C0A069
RGB
CMYK
RGB Variations
Color information
#C0A069 (or 0xC0A069) is known color: Fallow. HEX triplet: C0, A0 and 69. RGB value is (192,160,105). Sum of RGB (Red+Green+Blue) = 192+160+105=457 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.01% from 457); Green value is 160 (62.89% from 255 or 35.01% from 457); Blue value is 105 (41.41% from 255 or 22.98% from 457); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A069 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A069 is #3F5F96. Grayscale: #A3A3A3. Windows color (decimal): -4153239 or 6922432. OLE color: 6922432.
HSL color Cylindrical-coordinate representation of color #C0A069: hue angle of 37.93º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C0A069 is Cyan = 0, Magento = 0.17, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 160 | 105 | - |
| CMYK | 0 | 0.17 | 0.45 | 0.25 |
| HSL | 37.93º | 0.41% | 0.58% | - |
| HSV(B) | 37.93º | 0.45% | 0.75% | - |
| XYZ | 36.86 | 37.37 | 18.63 | - |
| YUV | 163.3 | 95.1 | 148.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 160 | 105 | 0 | 0.17 | 0.45 | 0.25 | 37.93 | 0.41 | 0.58 |
| Hex | C0 | A0 | 69 | 0 | 11 | 2D | 19 | 26 | 29 | 3A |
| Octal | 300 | 240 | 151 | 0 | 21 | 55 | 31 | 46 | 51 | 72 |
| Binary | 11000000 | 10100000 | 1101001 | 0 | 10001 | 101101 | 11001 | 100110 | 101001 | 111010 |
Color Harmonies of #C0A069
Complementary color
Monochromatic Colors of #C0A069
Black with #C0A069
Text Example
Text Example
White with #C0A069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A069; }
p { color: rgb(192,160,105); }
H1.HeaderClassName
{
color: #C0A069;
}
.AnyTagClassName
{
color: #C0A069;
}
</style>
background-color css
<style>
a { background-color: #C0A069; }
a { background-color: rgb(192,160,105); }
div.DivClassName
{
background-color: #C0A069;
}
.BgClassName
{
background-color: #C0A069;
}
</style>
border-color css
<style>
span { border-color: #C0A069; }
span { border-color: rgb(192,160,105); }
td.TdClassName
{
border-color: #C0A069;
}
.TagClassName
{
border-color: #C0A069;
}
</style>