Shades of Fallow #C9A062
Tints of Fallow #C9A062
RGB
CMYK
RGB Variations
Color information
#C9A062 (or 0xC9A062) is known color: Fallow. HEX triplet: C9, A0 and 62. RGB value is (201,160,98). Sum of RGB (Red+Green+Blue) = 201+160+98=459 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.79% from 459); Green value is 160 (62.89% from 255 or 34.86% from 459); Blue value is 98 (38.67% from 255 or 21.35% from 459); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A062 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A062 is #365F9D. Grayscale: #A5A5A5. Windows color (decimal): -3563422 or 6463689. OLE color: 6463689.
HSL color Cylindrical-coordinate representation of color #C9A062: hue angle of 36.12º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C9A062 is Cyan = 0, Magento = 0.20, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 160 | 98 | - |
| CMYK | 0 | 0.20 | 0.51 | 0.21 |
| HSL | 36.12º | 0.49% | 0.59% | - |
| HSV(B) | 36.12º | 0.51% | 0.79% | - |
| XYZ | 38.86 | 38.44 | 16.93 | - |
| YUV | 165.19 | 90.08 | 153.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 160 | 98 | 0 | 0.20 | 0.51 | 0.21 | 36.12 | 0.49 | 0.59 |
| Hex | C9 | A0 | 62 | 0 | 14 | 33 | 15 | 24 | 31 | 3B |
| Octal | 311 | 240 | 142 | 0 | 24 | 63 | 25 | 44 | 61 | 73 |
| Binary | 11001001 | 10100000 | 1100010 | 0 | 10100 | 110011 | 10101 | 100100 | 110001 | 111011 |
Color Harmonies of #C9A062
Complementary color
Monochromatic Colors of #C9A062
Black with #C9A062
Text Example
Text Example
White with #C9A062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A062; }
p { color: rgb(201,160,98); }
H1.HeaderClassName
{
color: #C9A062;
}
.AnyTagClassName
{
color: #C9A062;
}
</style>
background-color css
<style>
a { background-color: #C9A062; }
a { background-color: rgb(201,160,98); }
div.DivClassName
{
background-color: #C9A062;
}
.BgClassName
{
background-color: #C9A062;
}
</style>
border-color css
<style>
span { border-color: #C9A062; }
span { border-color: rgb(201,160,98); }
td.TdClassName
{
border-color: #C9A062;
}
.TagClassName
{
border-color: #C9A062;
}
</style>