Shades of Fallow #C9A36D
Tints of Fallow #C9A36D
RGB
CMYK
RGB Variations
Color information
#C9A36D (or 0xC9A36D) is known color: Fallow. HEX triplet: C9, A3 and 6D. RGB value is (201,163,109). Sum of RGB (Red+Green+Blue) = 201+163+109=473 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.49% from 473); Green value is 163 (64.06% from 255 or 34.46% from 473); Blue value is 109 (42.97% from 255 or 23.04% from 473); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A36D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A36D is #365C92. Grayscale: #A8A8A8. Windows color (decimal): -3562643 or 7185353. OLE color: 7185353.
HSL color Cylindrical-coordinate representation of color #C9A36D: hue angle of 35.22º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C9A36D is Cyan = 0, Magento = 0.19, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 163 | 109 | - |
| CMYK | 0 | 0.19 | 0.46 | 0.21 |
| HSL | 35.22º | 0.46% | 0.61% | - |
| HSV(B) | 35.22º | 0.46% | 0.79% | - |
| XYZ | 39.94 | 39.72 | 20.03 | - |
| YUV | 168.21 | 94.59 | 151.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 163 | 109 | 0 | 0.19 | 0.46 | 0.21 | 35.22 | 0.46 | 0.61 |
| Hex | C9 | A3 | 6D | 0 | 13 | 2E | 15 | 23 | 2E | 3D |
| Octal | 311 | 243 | 155 | 0 | 23 | 56 | 25 | 43 | 56 | 75 |
| Binary | 11001001 | 10100011 | 1101101 | 0 | 10011 | 101110 | 10101 | 100011 | 101110 | 111101 |
Color Harmonies of #C9A36D
Complementary color
Monochromatic Colors of #C9A36D
Black with #C9A36D
Text Example
Text Example
White with #C9A36D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A36D; }
p { color: rgb(201,163,109); }
H1.HeaderClassName
{
color: #C9A36D;
}
.AnyTagClassName
{
color: #C9A36D;
}
</style>
background-color css
<style>
a { background-color: #C9A36D; }
a { background-color: rgb(201,163,109); }
div.DivClassName
{
background-color: #C9A36D;
}
.BgClassName
{
background-color: #C9A36D;
}
</style>
border-color css
<style>
span { border-color: #C9A36D; }
span { border-color: rgb(201,163,109); }
td.TdClassName
{
border-color: #C9A36D;
}
.TagClassName
{
border-color: #C9A36D;
}
</style>