Shades of Fallow #C9A16C
Tints of Fallow #C9A16C
RGB
CMYK
RGB Variations
Color information
#C9A16C (or 0xC9A16C) is known color: Fallow. HEX triplet: C9, A1 and 6C. RGB value is (201,161,108). Sum of RGB (Red+Green+Blue) = 201+161+108=470 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.77% from 470); Green value is 161 (63.28% from 255 or 34.26% from 470); Blue value is 108 (42.58% from 255 or 22.98% from 470); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A16C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A16C is #365E93. Grayscale: #A7A7A7. Windows color (decimal): -3563156 or 7119305. OLE color: 7119305.
HSL color Cylindrical-coordinate representation of color #C9A16C: hue angle of 34.19º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C9A16C is Cyan = 0, Magento = 0.20, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 161 | 108 | - |
| CMYK | 0 | 0.20 | 0.46 | 0.21 |
| HSL | 34.19º | 0.46% | 0.61% | - |
| HSV(B) | 34.19º | 0.46% | 0.79% | - |
| XYZ | 39.54 | 38.99 | 19.63 | - |
| YUV | 166.92 | 94.75 | 152.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 161 | 108 | 0 | 0.20 | 0.46 | 0.21 | 34.19 | 0.46 | 0.61 |
| Hex | C9 | A1 | 6C | 0 | 14 | 2E | 15 | 22 | 2E | 3D |
| Octal | 311 | 241 | 154 | 0 | 24 | 56 | 25 | 42 | 56 | 75 |
| Binary | 11001001 | 10100001 | 1101100 | 0 | 10100 | 101110 | 10101 | 100010 | 101110 | 111101 |
Color Harmonies of #C9A16C
Complementary color
Monochromatic Colors of #C9A16C
Black with #C9A16C
Text Example
Text Example
White with #C9A16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A16C; }
p { color: rgb(201,161,108); }
H1.HeaderClassName
{
color: #C9A16C;
}
.AnyTagClassName
{
color: #C9A16C;
}
</style>
background-color css
<style>
a { background-color: #C9A16C; }
a { background-color: rgb(201,161,108); }
div.DivClassName
{
background-color: #C9A16C;
}
.BgClassName
{
background-color: #C9A16C;
}
</style>
border-color css
<style>
span { border-color: #C9A16C; }
span { border-color: rgb(201,161,108); }
td.TdClassName
{
border-color: #C9A16C;
}
.TagClassName
{
border-color: #C9A16C;
}
</style>