Shades of Fallow #C0A169
Tints of Fallow #C0A169
RGB
CMYK
RGB Variations
Color information
#C0A169 (or 0xC0A169) is known color: Fallow. HEX triplet: C0, A1 and 69. RGB value is (192,161,105). Sum of RGB (Red+Green+Blue) = 192+161+105=458 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.92% from 458); Green value is 161 (63.28% from 255 or 35.15% from 458); Blue value is 105 (41.41% from 255 or 22.93% from 458); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A169 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A169 is #3F5E96. Grayscale: #A4A4A4. Windows color (decimal): -4152983 or 6922688. OLE color: 6922688.
HSL color Cylindrical-coordinate representation of color #C0A169: hue angle of 38.62º 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 #C0A169 is Cyan = 0, Magento = 0.16, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 161 | 105 | - |
| CMYK | 0 | 0.16 | 0.45 | 0.25 |
| HSL | 38.62º | 0.41% | 0.58% | - |
| HSV(B) | 38.62º | 0.45% | 0.75% | - |
| XYZ | 37.03 | 37.72 | 18.69 | - |
| YUV | 163.89 | 94.77 | 148.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 161 | 105 | 0 | 0.16 | 0.45 | 0.25 | 38.62 | 0.41 | 0.58 |
| Hex | C0 | A1 | 69 | 0 | 10 | 2D | 19 | 27 | 29 | 3A |
| Octal | 300 | 241 | 151 | 0 | 20 | 55 | 31 | 47 | 51 | 72 |
| Binary | 11000000 | 10100001 | 1101001 | 0 | 10000 | 101101 | 11001 | 100111 | 101001 | 111010 |
Color Harmonies of #C0A169
Complementary color
Monochromatic Colors of #C0A169
Black with #C0A169
Text Example
Text Example
White with #C0A169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A169; }
p { color: rgb(192,161,105); }
H1.HeaderClassName
{
color: #C0A169;
}
.AnyTagClassName
{
color: #C0A169;
}
</style>
background-color css
<style>
a { background-color: #C0A169; }
a { background-color: rgb(192,161,105); }
div.DivClassName
{
background-color: #C0A169;
}
.BgClassName
{
background-color: #C0A169;
}
</style>
border-color css
<style>
span { border-color: #C0A169; }
span { border-color: rgb(192,161,105); }
td.TdClassName
{
border-color: #C0A169;
}
.TagClassName
{
border-color: #C0A169;
}
</style>