Shades of Fallow #C9966C
Tints of Fallow #C9966C
RGB
CMYK
RGB Variations
Color information
#C9966C (or 0xC9966C) is known color: Fallow. HEX triplet: C9, 96 and 6C. RGB value is (201,150,108). Sum of RGB (Red+Green+Blue) = 201+150+108=459 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.79% from 459); Green value is 150 (58.98% from 255 or 32.68% from 459); Blue value is 108 (42.58% from 255 or 23.53% from 459); Max value from RGB is 201 - color contains mainly: red. Hex color #C9966C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9966C is #366993. Grayscale: #A0A0A0. Windows color (decimal): -3565972 or 7116489. OLE color: 7116489.
HSL color Cylindrical-coordinate representation of color #C9966C: hue angle of 27.1º 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 #C9966C is Cyan = 0, Magento = 0.25, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 150 | 108 | - |
| CMYK | 0 | 0.25 | 0.46 | 0.21 |
| HSL | 27.1º | 0.46% | 0.61% | - |
| HSV(B) | 27.1º | 0.46% | 0.79% | - |
| XYZ | 37.7 | 35.31 | 19.02 | - |
| YUV | 160.46 | 98.4 | 156.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 150 | 108 | 0 | 0.25 | 0.46 | 0.21 | 27.1 | 0.46 | 0.61 |
| Hex | C9 | 96 | 6C | 0 | 19 | 2E | 15 | 1B | 2E | 3D |
| Octal | 311 | 226 | 154 | 0 | 31 | 56 | 25 | 33 | 56 | 75 |
| Binary | 11001001 | 10010110 | 1101100 | 0 | 11001 | 101110 | 10101 | 11011 | 101110 | 111101 |
Color Harmonies of #C9966C
Complementary color
Monochromatic Colors of #C9966C
Black with #C9966C
Text Example
Text Example
White with #C9966C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9966C; }
p { color: rgb(201,150,108); }
H1.HeaderClassName
{
color: #C9966C;
}
.AnyTagClassName
{
color: #C9966C;
}
</style>
background-color css
<style>
a { background-color: #C9966C; }
a { background-color: rgb(201,150,108); }
div.DivClassName
{
background-color: #C9966C;
}
.BgClassName
{
background-color: #C9966C;
}
</style>
border-color css
<style>
span { border-color: #C9966C; }
span { border-color: rgb(201,150,108); }
td.TdClassName
{
border-color: #C9966C;
}
.TagClassName
{
border-color: #C9966C;
}
</style>