Shades of Fallow #C9A06B
Tints of Fallow #C9A06B
RGB
CMYK
RGB Variations
Color information
#C9A06B (or 0xC9A06B) is known color: Fallow. HEX triplet: C9, A0 and 6B. RGB value is (201,160,107). Sum of RGB (Red+Green+Blue) = 201+160+107=468 (61% of max value = 765). Red value is 201 (78.91% from 255 or 42.95% from 468); Green value is 160 (62.89% from 255 or 34.19% from 468); Blue value is 107 (42.19% from 255 or 22.86% from 468); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A06B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A06B is #365F94. Grayscale: #A6A6A6. Windows color (decimal): -3563413 or 7053513. OLE color: 7053513.
HSL color Cylindrical-coordinate representation of color #C9A06B: hue angle of 33.83º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C9A06B is Cyan = 0, Magento = 0.20, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 160 | 107 | - |
| CMYK | 0 | 0.20 | 0.47 | 0.21 |
| HSL | 33.83º | 0.47% | 0.6% | - |
| HSV(B) | 33.83º | 0.47% | 0.79% | - |
| XYZ | 39.31 | 38.62 | 19.29 | - |
| YUV | 166.22 | 94.58 | 152.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 160 | 107 | 0 | 0.20 | 0.47 | 0.21 | 33.83 | 0.47 | 0.6 |
| Hex | C9 | A0 | 6B | 0 | 14 | 2F | 15 | 22 | 2F | 3C |
| Octal | 311 | 240 | 153 | 0 | 24 | 57 | 25 | 42 | 57 | 74 |
| Binary | 11001001 | 10100000 | 1101011 | 0 | 10100 | 101111 | 10101 | 100010 | 101111 | 111100 |
Color Harmonies of #C9A06B
Complementary color
Monochromatic Colors of #C9A06B
Black with #C9A06B
Text Example
Text Example
White with #C9A06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A06B; }
p { color: rgb(201,160,107); }
H1.HeaderClassName
{
color: #C9A06B;
}
.AnyTagClassName
{
color: #C9A06B;
}
</style>
background-color css
<style>
a { background-color: #C9A06B; }
a { background-color: rgb(201,160,107); }
div.DivClassName
{
background-color: #C9A06B;
}
.BgClassName
{
background-color: #C9A06B;
}
</style>
border-color css
<style>
span { border-color: #C9A06B; }
span { border-color: rgb(201,160,107); }
td.TdClassName
{
border-color: #C9A06B;
}
.TagClassName
{
border-color: #C9A06B;
}
</style>