Shades of Fallow #C9A174
Tints of Fallow #C9A174
RGB
CMYK
RGB Variations
Color information
#C9A174 (or 0xC9A174) is known color: Fallow. HEX triplet: C9, A1 and 74. RGB value is (201,161,116). Sum of RGB (Red+Green+Blue) = 201+161+116=478 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.05% from 478); Green value is 161 (63.28% from 255 or 33.68% from 478); Blue value is 116 (45.70% from 255 or 24.27% from 478); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A174 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A174 is #365E8B. Grayscale: #A8A8A8. Windows color (decimal): -3563148 or 7643593. OLE color: 7643593.
HSL color Cylindrical-coordinate representation of color #C9A174: hue angle of 31.76º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C9A174 is Cyan = 0, Magento = 0.20, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 161 | 116 | - |
| CMYK | 0 | 0.20 | 0.42 | 0.21 |
| HSL | 31.76º | 0.44% | 0.62% | - |
| HSV(B) | 31.76º | 0.42% | 0.79% | - |
| XYZ | 39.98 | 39.17 | 21.98 | - |
| YUV | 167.83 | 98.75 | 151.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 161 | 116 | 0 | 0.20 | 0.42 | 0.21 | 31.76 | 0.44 | 0.62 |
| Hex | C9 | A1 | 74 | 0 | 14 | 2A | 15 | 20 | 2C | 3E |
| Octal | 311 | 241 | 164 | 0 | 24 | 52 | 25 | 40 | 54 | 76 |
| Binary | 11001001 | 10100001 | 1110100 | 0 | 10100 | 101010 | 10101 | 100000 | 101100 | 111110 |
Color Harmonies of #C9A174
Complementary color
Monochromatic Colors of #C9A174
Black with #C9A174
Text Example
Text Example
White with #C9A174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A174; }
p { color: rgb(201,161,116); }
H1.HeaderClassName
{
color: #C9A174;
}
.AnyTagClassName
{
color: #C9A174;
}
</style>
background-color css
<style>
a { background-color: #C9A174; }
a { background-color: rgb(201,161,116); }
div.DivClassName
{
background-color: #C9A174;
}
.BgClassName
{
background-color: #C9A174;
}
</style>
border-color css
<style>
span { border-color: #C9A174; }
span { border-color: rgb(201,161,116); }
td.TdClassName
{
border-color: #C9A174;
}
.TagClassName
{
border-color: #C9A174;
}
</style>