Shades of Fallow #C9A26B
Tints of Fallow #C9A26B
RGB
CMYK
RGB Variations
Color information
#C9A26B (or 0xC9A26B) is known color: Fallow. HEX triplet: C9, A2 and 6B. RGB value is (201,162,107). Sum of RGB (Red+Green+Blue) = 201+162+107=470 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.77% from 470); Green value is 162 (63.67% from 255 or 34.47% from 470); Blue value is 107 (42.19% from 255 or 22.77% from 470); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A26B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A26B is #365D94. Grayscale: #A7A7A7. Windows color (decimal): -3562901 or 7054025. OLE color: 7054025.
HSL color Cylindrical-coordinate representation of color #C9A26B: hue angle of 35.11º 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 #C9A26B is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 162 | 107 | - |
| CMYK | 0 | 0.19 | 0.47 | 0.21 |
| HSL | 35.11º | 0.47% | 0.6% | - |
| HSV(B) | 35.11º | 0.47% | 0.79% | - |
| XYZ | 39.66 | 39.32 | 19.41 | - |
| YUV | 167.39 | 93.92 | 151.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 162 | 107 | 0 | 0.19 | 0.47 | 0.21 | 35.11 | 0.47 | 0.6 |
| Hex | C9 | A2 | 6B | 0 | 13 | 2F | 15 | 23 | 2F | 3C |
| Octal | 311 | 242 | 153 | 0 | 23 | 57 | 25 | 43 | 57 | 74 |
| Binary | 11001001 | 10100010 | 1101011 | 0 | 10011 | 101111 | 10101 | 100011 | 101111 | 111100 |
Color Harmonies of #C9A26B
Complementary color
Monochromatic Colors of #C9A26B
Black with #C9A26B
Text Example
Text Example
White with #C9A26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A26B; }
p { color: rgb(201,162,107); }
H1.HeaderClassName
{
color: #C9A26B;
}
.AnyTagClassName
{
color: #C9A26B;
}
</style>
background-color css
<style>
a { background-color: #C9A26B; }
a { background-color: rgb(201,162,107); }
div.DivClassName
{
background-color: #C9A26B;
}
.BgClassName
{
background-color: #C9A26B;
}
</style>
border-color css
<style>
span { border-color: #C9A26B; }
span { border-color: rgb(201,162,107); }
td.TdClassName
{
border-color: #C9A26B;
}
.TagClassName
{
border-color: #C9A26B;
}
</style>