Shades of Fallow #C1A16E
Tints of Fallow #C1A16E
RGB
CMYK
RGB Variations
Color information
#C1A16E (or 0xC1A16E) is known color: Fallow. HEX triplet: C1, A1 and 6E. RGB value is (193,161,110). Sum of RGB (Red+Green+Blue) = 193+161+110=464 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.59% from 464); Green value is 161 (63.28% from 255 or 34.70% from 464); Blue value is 110 (43.36% from 255 or 23.71% from 464); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A16E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1A16E is #3E5E91. Grayscale: #A4A4A4. Windows color (decimal): -4087442 or 7250369. OLE color: 7250369.
HSL color Cylindrical-coordinate representation of color #C1A16E: hue angle of 36.87º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C1A16E is Cyan = 0, Magento = 0.17, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 161 | 110 | - |
| CMYK | 0 | 0.17 | 0.43 | 0.24 |
| HSL | 36.87º | 0.4% | 0.59% | - |
| HSV(B) | 36.87º | 0.43% | 0.76% | - |
| XYZ | 37.55 | 37.95 | 20.1 | - |
| YUV | 164.75 | 97.1 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 161 | 110 | 0 | 0.17 | 0.43 | 0.24 | 36.87 | 0.4 | 0.59 |
| Hex | C1 | A1 | 6E | 0 | 11 | 2B | 18 | 25 | 28 | 3B |
| Octal | 301 | 241 | 156 | 0 | 21 | 53 | 30 | 45 | 50 | 73 |
| Binary | 11000001 | 10100001 | 1101110 | 0 | 10001 | 101011 | 11000 | 100101 | 101000 | 111011 |
Color Harmonies of #C1A16E
Complementary color
Monochromatic Colors of #C1A16E
Black with #C1A16E
Text Example
Text Example
White with #C1A16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A16E; }
p { color: rgb(193,161,110); }
H1.HeaderClassName
{
color: #C1A16E;
}
.AnyTagClassName
{
color: #C1A16E;
}
</style>
background-color css
<style>
a { background-color: #C1A16E; }
a { background-color: rgb(193,161,110); }
div.DivClassName
{
background-color: #C1A16E;
}
.BgClassName
{
background-color: #C1A16E;
}
</style>
border-color css
<style>
span { border-color: #C1A16E; }
span { border-color: rgb(193,161,110); }
td.TdClassName
{
border-color: #C1A16E;
}
.TagClassName
{
border-color: #C1A16E;
}
</style>