Shades of Fallow #C9A16B
Tints of Fallow #C9A16B
RGB
CMYK
RGB Variations
Color information
#C9A16B (or 0xC9A16B) is known color: Fallow. HEX triplet: C9, A1 and 6B. RGB value is (201,161,107). Sum of RGB (Red+Green+Blue) = 201+161+107=469 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.86% from 469); Green value is 161 (63.28% from 255 or 34.33% from 469); Blue value is 107 (42.19% from 255 or 22.81% from 469); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A16B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A16B is #365E94. Grayscale: #A7A7A7. Windows color (decimal): -3563157 or 7053769. OLE color: 7053769.
HSL color Cylindrical-coordinate representation of color #C9A16B: hue angle of 34.47º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C9A16B is Cyan = 0, Magento = 0.20, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 161 | 107 | - |
| CMYK | 0 | 0.20 | 0.47 | 0.21 |
| HSL | 34.47º | 0.47% | 0.6% | - |
| HSV(B) | 34.47º | 0.47% | 0.79% | - |
| XYZ | 39.49 | 38.97 | 19.35 | - |
| YUV | 166.8 | 94.25 | 152.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 161 | 107 | 0 | 0.20 | 0.47 | 0.21 | 34.47 | 0.47 | 0.6 |
| Hex | C9 | A1 | 6B | 0 | 14 | 2F | 15 | 22 | 2F | 3C |
| Octal | 311 | 241 | 153 | 0 | 24 | 57 | 25 | 42 | 57 | 74 |
| Binary | 11001001 | 10100001 | 1101011 | 0 | 10100 | 101111 | 10101 | 100010 | 101111 | 111100 |
Color Harmonies of #C9A16B
Complementary color
Monochromatic Colors of #C9A16B
Black with #C9A16B
Text Example
Text Example
White with #C9A16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A16B; }
p { color: rgb(201,161,107); }
H1.HeaderClassName
{
color: #C9A16B;
}
.AnyTagClassName
{
color: #C9A16B;
}
</style>
background-color css
<style>
a { background-color: #C9A16B; }
a { background-color: rgb(201,161,107); }
div.DivClassName
{
background-color: #C9A16B;
}
.BgClassName
{
background-color: #C9A16B;
}
</style>
border-color css
<style>
span { border-color: #C9A16B; }
span { border-color: rgb(201,161,107); }
td.TdClassName
{
border-color: #C9A16B;
}
.TagClassName
{
border-color: #C9A16B;
}
</style>