Shades of Fallow #C9A16E
Tints of Fallow #C9A16E
RGB
CMYK
RGB Variations
Color information
#C9A16E (or 0xC9A16E) is known color: Fallow. HEX triplet: C9, A1 and 6E. RGB value is (201,161,110). Sum of RGB (Red+Green+Blue) = 201+161+110=472 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.58% from 472); Green value is 161 (63.28% from 255 or 34.11% from 472); Blue value is 110 (43.36% from 255 or 23.31% from 472); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A16E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A16E is #365E91. Grayscale: #A7A7A7. Windows color (decimal): -3563154 or 7250377. OLE color: 7250377.
HSL color Cylindrical-coordinate representation of color #C9A16E: hue angle of 33.63º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C9A16E is Cyan = 0, Magento = 0.20, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 161 | 110 | - |
| CMYK | 0 | 0.20 | 0.45 | 0.21 |
| HSL | 33.63º | 0.46% | 0.61% | - |
| HSV(B) | 33.63º | 0.45% | 0.79% | - |
| XYZ | 39.65 | 39.03 | 20.2 | - |
| YUV | 167.15 | 95.75 | 152.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 161 | 110 | 0 | 0.20 | 0.45 | 0.21 | 33.63 | 0.46 | 0.61 |
| Hex | C9 | A1 | 6E | 0 | 14 | 2D | 15 | 22 | 2E | 3D |
| Octal | 311 | 241 | 156 | 0 | 24 | 55 | 25 | 42 | 56 | 75 |
| Binary | 11001001 | 10100001 | 1101110 | 0 | 10100 | 101101 | 10101 | 100010 | 101110 | 111101 |
Color Harmonies of #C9A16E
Complementary color
Monochromatic Colors of #C9A16E
Black with #C9A16E
Text Example
Text Example
White with #C9A16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A16E; }
p { color: rgb(201,161,110); }
H1.HeaderClassName
{
color: #C9A16E;
}
.AnyTagClassName
{
color: #C9A16E;
}
</style>
background-color css
<style>
a { background-color: #C9A16E; }
a { background-color: rgb(201,161,110); }
div.DivClassName
{
background-color: #C9A16E;
}
.BgClassName
{
background-color: #C9A16E;
}
</style>
border-color css
<style>
span { border-color: #C9A16E; }
span { border-color: rgb(201,161,110); }
td.TdClassName
{
border-color: #C9A16E;
}
.TagClassName
{
border-color: #C9A16E;
}
</style>