Shades of Fallow #C1A069
Tints of Fallow #C1A069
RGB
CMYK
RGB Variations
Color information
#C1A069 (or 0xC1A069) is known color: Fallow. HEX triplet: C1, A0 and 69. RGB value is (193,160,105). Sum of RGB (Red+Green+Blue) = 193+160+105=458 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.14% from 458); Green value is 160 (62.89% from 255 or 34.93% from 458); Blue value is 105 (41.41% from 255 or 22.93% from 458); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A069 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1A069 is #3E5F96. Grayscale: #A3A3A3. Windows color (decimal): -4087703 or 6922433. OLE color: 6922433.
HSL color Cylindrical-coordinate representation of color #C1A069: hue angle of 37.5º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C1A069 is Cyan = 0, Magento = 0.17, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 160 | 105 | - |
| CMYK | 0 | 0.17 | 0.46 | 0.24 |
| HSL | 37.5º | 0.42% | 0.58% | - |
| HSV(B) | 37.5º | 0.46% | 0.76% | - |
| XYZ | 37.11 | 37.5 | 18.65 | - |
| YUV | 163.6 | 94.93 | 148.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 160 | 105 | 0 | 0.17 | 0.46 | 0.24 | 37.5 | 0.42 | 0.58 |
| Hex | C1 | A0 | 69 | 0 | 11 | 2E | 18 | 26 | 2A | 3A |
| Octal | 301 | 240 | 151 | 0 | 21 | 56 | 30 | 46 | 52 | 72 |
| Binary | 11000001 | 10100000 | 1101001 | 0 | 10001 | 101110 | 11000 | 100110 | 101010 | 111010 |
Color Harmonies of #C1A069
Complementary color
Monochromatic Colors of #C1A069
Black with #C1A069
Text Example
Text Example
White with #C1A069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A069; }
p { color: rgb(193,160,105); }
H1.HeaderClassName
{
color: #C1A069;
}
.AnyTagClassName
{
color: #C1A069;
}
</style>
background-color css
<style>
a { background-color: #C1A069; }
a { background-color: rgb(193,160,105); }
div.DivClassName
{
background-color: #C1A069;
}
.BgClassName
{
background-color: #C1A069;
}
</style>
border-color css
<style>
span { border-color: #C1A069; }
span { border-color: rgb(193,160,105); }
td.TdClassName
{
border-color: #C1A069;
}
.TagClassName
{
border-color: #C1A069;
}
</style>