Shades of Fallow #C9A36F
Tints of Fallow #C9A36F
RGB
CMYK
RGB Variations
Color information
#C9A36F (or 0xC9A36F) is known color: Fallow. HEX triplet: C9, A3 and 6F. RGB value is (201,163,111). Sum of RGB (Red+Green+Blue) = 201+163+111=475 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.32% from 475); Green value is 163 (64.06% from 255 or 34.32% from 475); Blue value is 111 (43.75% from 255 or 23.37% from 475); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A36F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A36F is #365C90. Grayscale: #A8A8A8. Windows color (decimal): -3562641 or 7316425. OLE color: 7316425.
HSL color Cylindrical-coordinate representation of color #C9A36F: hue angle of 34.67º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C9A36F is Cyan = 0, Magento = 0.19, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 163 | 111 | - |
| CMYK | 0 | 0.19 | 0.45 | 0.21 |
| HSL | 34.67º | 0.45% | 0.61% | - |
| HSV(B) | 34.67º | 0.45% | 0.79% | - |
| XYZ | 40.05 | 39.76 | 20.6 | - |
| YUV | 168.43 | 95.59 | 151.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 163 | 111 | 0 | 0.19 | 0.45 | 0.21 | 34.67 | 0.45 | 0.61 |
| Hex | C9 | A3 | 6F | 0 | 13 | 2D | 15 | 23 | 2D | 3D |
| Octal | 311 | 243 | 157 | 0 | 23 | 55 | 25 | 43 | 55 | 75 |
| Binary | 11001001 | 10100011 | 1101111 | 0 | 10011 | 101101 | 10101 | 100011 | 101101 | 111101 |
Color Harmonies of #C9A36F
Complementary color
Monochromatic Colors of #C9A36F
Black with #C9A36F
Text Example
Text Example
White with #C9A36F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A36F; }
p { color: rgb(201,163,111); }
H1.HeaderClassName
{
color: #C9A36F;
}
.AnyTagClassName
{
color: #C9A36F;
}
</style>
background-color css
<style>
a { background-color: #C9A36F; }
a { background-color: rgb(201,163,111); }
div.DivClassName
{
background-color: #C9A36F;
}
.BgClassName
{
background-color: #C9A36F;
}
</style>
border-color css
<style>
span { border-color: #C9A36F; }
span { border-color: rgb(201,163,111); }
td.TdClassName
{
border-color: #C9A36F;
}
.TagClassName
{
border-color: #C9A36F;
}
</style>