Shades of Fallow #C0A168
Tints of Fallow #C0A168
RGB
CMYK
RGB Variations
Color information
#C0A168 (or 0xC0A168) is known color: Fallow. HEX triplet: C0, A1 and 68. RGB value is (192,161,104). Sum of RGB (Red+Green+Blue) = 192+161+104=457 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.01% from 457); Green value is 161 (63.28% from 255 or 35.23% from 457); Blue value is 104 (41.02% from 255 or 22.76% from 457); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A168 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A168 is #3F5E97. Grayscale: #A4A4A4. Windows color (decimal): -4152984 or 6857152. OLE color: 6857152.
HSL color Cylindrical-coordinate representation of color #C0A168: hue angle of 38.86º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C0A168 is Cyan = 0, Magento = 0.16, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 161 | 104 | - |
| CMYK | 0 | 0.16 | 0.46 | 0.25 |
| HSL | 38.86º | 0.41% | 0.58% | - |
| HSV(B) | 38.86º | 0.46% | 0.75% | - |
| XYZ | 36.98 | 37.7 | 18.42 | - |
| YUV | 163.77 | 94.27 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 161 | 104 | 0 | 0.16 | 0.46 | 0.25 | 38.86 | 0.41 | 0.58 |
| Hex | C0 | A1 | 68 | 0 | 10 | 2E | 19 | 27 | 29 | 3A |
| Octal | 300 | 241 | 150 | 0 | 20 | 56 | 31 | 47 | 51 | 72 |
| Binary | 11000000 | 10100001 | 1101000 | 0 | 10000 | 101110 | 11001 | 100111 | 101001 | 111010 |
Color Harmonies of #C0A168
Complementary color
Monochromatic Colors of #C0A168
Black with #C0A168
Text Example
Text Example
White with #C0A168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A168; }
p { color: rgb(192,161,104); }
H1.HeaderClassName
{
color: #C0A168;
}
.AnyTagClassName
{
color: #C0A168;
}
</style>
background-color css
<style>
a { background-color: #C0A168; }
a { background-color: rgb(192,161,104); }
div.DivClassName
{
background-color: #C0A168;
}
.BgClassName
{
background-color: #C0A168;
}
</style>
border-color css
<style>
span { border-color: #C0A168; }
span { border-color: rgb(192,161,104); }
td.TdClassName
{
border-color: #C0A168;
}
.TagClassName
{
border-color: #C0A168;
}
</style>