Shades of Fallow #C9A375
Tints of Fallow #C9A375
RGB
CMYK
RGB Variations
Color information
#C9A375 (or 0xC9A375) is known color: Fallow. HEX triplet: C9, A3 and 75. RGB value is (201,163,117). Sum of RGB (Red+Green+Blue) = 201+163+117=481 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.79% from 481); Green value is 163 (64.06% from 255 or 33.89% from 481); Blue value is 117 (46.09% from 255 or 24.32% from 481); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A375 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A375 is #365C8A. Grayscale: #A9A9A9. Windows color (decimal): -3562635 or 7709641. OLE color: 7709641.
HSL color Cylindrical-coordinate representation of color #C9A375: hue angle of 32.86º 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 #C9A375 is Cyan = 0, Magento = 0.19, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 163 | 117 | - |
| CMYK | 0 | 0.19 | 0.42 | 0.21 |
| HSL | 32.86º | 0.44% | 0.62% | - |
| HSV(B) | 32.86º | 0.42% | 0.79% | - |
| XYZ | 40.4 | 39.9 | 22.4 | - |
| YUV | 169.12 | 98.59 | 150.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 163 | 117 | 0 | 0.19 | 0.42 | 0.21 | 32.86 | 0.44 | 0.62 |
| Hex | C9 | A3 | 75 | 0 | 13 | 2A | 15 | 21 | 2C | 3E |
| Octal | 311 | 243 | 165 | 0 | 23 | 52 | 25 | 41 | 54 | 76 |
| Binary | 11001001 | 10100011 | 1110101 | 0 | 10011 | 101010 | 10101 | 100001 | 101100 | 111110 |
Color Harmonies of #C9A375
Complementary color
Monochromatic Colors of #C9A375
Black with #C9A375
Text Example
Text Example
White with #C9A375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A375; }
p { color: rgb(201,163,117); }
H1.HeaderClassName
{
color: #C9A375;
}
.AnyTagClassName
{
color: #C9A375;
}
</style>
background-color css
<style>
a { background-color: #C9A375; }
a { background-color: rgb(201,163,117); }
div.DivClassName
{
background-color: #C9A375;
}
.BgClassName
{
background-color: #C9A375;
}
</style>
border-color css
<style>
span { border-color: #C9A375; }
span { border-color: rgb(201,163,117); }
td.TdClassName
{
border-color: #C9A375;
}
.TagClassName
{
border-color: #C9A375;
}
</style>