Shades of Fallow #C9A370
Tints of Fallow #C9A370
RGB
CMYK
RGB Variations
Color information
#C9A370 (or 0xC9A370) is known color: Fallow. HEX triplet: C9, A3 and 70. RGB value is (201,163,112). Sum of RGB (Red+Green+Blue) = 201+163+112=476 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.23% from 476); Green value is 163 (64.06% from 255 or 34.24% from 476); Blue value is 112 (44.14% from 255 or 23.53% from 476); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A370 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A370 is #365C8F. Grayscale: #A8A8A8. Windows color (decimal): -3562640 or 7381961. OLE color: 7381961.
HSL color Cylindrical-coordinate representation of color #C9A370: hue angle of 34.38º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C9A370 is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 163 | 112 | - |
| CMYK | 0 | 0.19 | 0.44 | 0.21 |
| HSL | 34.38º | 0.45% | 0.61% | - |
| HSV(B) | 34.38º | 0.44% | 0.79% | - |
| XYZ | 40.11 | 39.78 | 20.89 | - |
| YUV | 168.55 | 96.09 | 151.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 163 | 112 | 0 | 0.19 | 0.44 | 0.21 | 34.38 | 0.45 | 0.61 |
| Hex | C9 | A3 | 70 | 0 | 13 | 2C | 15 | 22 | 2D | 3D |
| Octal | 311 | 243 | 160 | 0 | 23 | 54 | 25 | 42 | 55 | 75 |
| Binary | 11001001 | 10100011 | 1110000 | 0 | 10011 | 101100 | 10101 | 100010 | 101101 | 111101 |
Color Harmonies of #C9A370
Complementary color
Monochromatic Colors of #C9A370
Black with #C9A370
Text Example
Text Example
White with #C9A370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A370; }
p { color: rgb(201,163,112); }
H1.HeaderClassName
{
color: #C9A370;
}
.AnyTagClassName
{
color: #C9A370;
}
</style>
background-color css
<style>
a { background-color: #C9A370; }
a { background-color: rgb(201,163,112); }
div.DivClassName
{
background-color: #C9A370;
}
.BgClassName
{
background-color: #C9A370;
}
</style>
border-color css
<style>
span { border-color: #C9A370; }
span { border-color: rgb(201,163,112); }
td.TdClassName
{
border-color: #C9A370;
}
.TagClassName
{
border-color: #C9A370;
}
</style>