Shades of Fallow #C9A06C
Tints of Fallow #C9A06C
RGB
CMYK
RGB Variations
Color information
#C9A06C (or 0xC9A06C) is known color: Fallow. HEX triplet: C9, A0 and 6C. RGB value is (201,160,108). Sum of RGB (Red+Green+Blue) = 201+160+108=469 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.86% from 469); Green value is 160 (62.89% from 255 or 34.12% from 469); Blue value is 108 (42.58% from 255 or 23.03% from 469); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A06C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A06C is #365F93. Grayscale: #A6A6A6. Windows color (decimal): -3563412 or 7119049. OLE color: 7119049.
HSL color Cylindrical-coordinate representation of color #C9A06C: hue angle of 33.55º 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 #C9A06C is Cyan = 0, Magento = 0.20, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 160 | 108 | - |
| CMYK | 0 | 0.20 | 0.46 | 0.21 |
| HSL | 33.55º | 0.46% | 0.61% | - |
| HSV(B) | 33.55º | 0.46% | 0.79% | - |
| XYZ | 39.36 | 38.64 | 19.57 | - |
| YUV | 166.33 | 95.08 | 152.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 160 | 108 | 0 | 0.20 | 0.46 | 0.21 | 33.55 | 0.46 | 0.61 |
| Hex | C9 | A0 | 6C | 0 | 14 | 2E | 15 | 22 | 2E | 3D |
| Octal | 311 | 240 | 154 | 0 | 24 | 56 | 25 | 42 | 56 | 75 |
| Binary | 11001001 | 10100000 | 1101100 | 0 | 10100 | 101110 | 10101 | 100010 | 101110 | 111101 |
Color Harmonies of #C9A06C
Complementary color
Monochromatic Colors of #C9A06C
Black with #C9A06C
Text Example
Text Example
White with #C9A06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A06C; }
p { color: rgb(201,160,108); }
H1.HeaderClassName
{
color: #C9A06C;
}
.AnyTagClassName
{
color: #C9A06C;
}
</style>
background-color css
<style>
a { background-color: #C9A06C; }
a { background-color: rgb(201,160,108); }
div.DivClassName
{
background-color: #C9A06C;
}
.BgClassName
{
background-color: #C9A06C;
}
</style>
border-color css
<style>
span { border-color: #C9A06C; }
span { border-color: rgb(201,160,108); }
td.TdClassName
{
border-color: #C9A06C;
}
.TagClassName
{
border-color: #C9A06C;
}
</style>