Shades of Fallow #C9A271
Tints of Fallow #C9A271
RGB
CMYK
RGB Variations
Color information
#C9A271 (or 0xC9A271) is known color: Fallow. HEX triplet: C9, A2 and 71. RGB value is (201,162,113). Sum of RGB (Red+Green+Blue) = 201+162+113=476 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.23% from 476); Green value is 162 (63.67% from 255 or 34.03% from 476); Blue value is 113 (44.53% from 255 or 23.74% from 476); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A271 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A271 is #365D8E. Grayscale: #A8A8A8. Windows color (decimal): -3562895 or 7447241. OLE color: 7447241.
HSL color Cylindrical-coordinate representation of color #C9A271: hue angle of 33.41º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C9A271 is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 162 | 113 | - |
| CMYK | 0 | 0.19 | 0.44 | 0.21 |
| HSL | 33.41º | 0.45% | 0.62% | - |
| HSV(B) | 33.41º | 0.44% | 0.79% | - |
| XYZ | 39.99 | 39.45 | 21.13 | - |
| YUV | 168.08 | 96.92 | 151.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 162 | 113 | 0 | 0.19 | 0.44 | 0.21 | 33.41 | 0.45 | 0.62 |
| Hex | C9 | A2 | 71 | 0 | 13 | 2C | 15 | 21 | 2D | 3E |
| Octal | 311 | 242 | 161 | 0 | 23 | 54 | 25 | 41 | 55 | 76 |
| Binary | 11001001 | 10100010 | 1110001 | 0 | 10011 | 101100 | 10101 | 100001 | 101101 | 111110 |
Color Harmonies of #C9A271
Complementary color
Monochromatic Colors of #C9A271
Black with #C9A271
Text Example
Text Example
White with #C9A271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A271; }
p { color: rgb(201,162,113); }
H1.HeaderClassName
{
color: #C9A271;
}
.AnyTagClassName
{
color: #C9A271;
}
</style>
background-color css
<style>
a { background-color: #C9A271; }
a { background-color: rgb(201,162,113); }
div.DivClassName
{
background-color: #C9A271;
}
.BgClassName
{
background-color: #C9A271;
}
</style>
border-color css
<style>
span { border-color: #C9A271; }
span { border-color: rgb(201,162,113); }
td.TdClassName
{
border-color: #C9A271;
}
.TagClassName
{
border-color: #C9A271;
}
</style>