Shades of Fallow #C9956C
Tints of Fallow #C9956C
RGB
CMYK
RGB Variations
Color information
#C9956C (or 0xC9956C) is known color: Fallow. HEX triplet: C9, 95 and 6C. RGB value is (201,149,108). Sum of RGB (Red+Green+Blue) = 201+149+108=458 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.89% from 458); Green value is 149 (58.59% from 255 or 32.53% from 458); Blue value is 108 (42.58% from 255 or 23.58% from 458); Max value from RGB is 201 - color contains mainly: red. Hex color #C9956C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9956C is #366A93. Grayscale: #A0A0A0. Windows color (decimal): -3566228 or 7116233. OLE color: 7116233.
HSL color Cylindrical-coordinate representation of color #C9956C: hue angle of 26.45º 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 #C9956C is Cyan = 0, Magento = 0.26, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 149 | 108 | - |
| CMYK | 0 | 0.26 | 0.46 | 0.21 |
| HSL | 26.45º | 0.46% | 0.61% | - |
| HSV(B) | 26.45º | 0.46% | 0.79% | - |
| XYZ | 37.54 | 35 | 18.96 | - |
| YUV | 159.87 | 98.73 | 157.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 149 | 108 | 0 | 0.26 | 0.46 | 0.21 | 26.45 | 0.46 | 0.61 |
| Hex | C9 | 95 | 6C | 0 | 1A | 2E | 15 | 1A | 2E | 3D |
| Octal | 311 | 225 | 154 | 0 | 32 | 56 | 25 | 32 | 56 | 75 |
| Binary | 11001001 | 10010101 | 1101100 | 0 | 11010 | 101110 | 10101 | 11010 | 101110 | 111101 |
Color Harmonies of #C9956C
Complementary color
Monochromatic Colors of #C9956C
Black with #C9956C
Text Example
Text Example
White with #C9956C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9956C; }
p { color: rgb(201,149,108); }
H1.HeaderClassName
{
color: #C9956C;
}
.AnyTagClassName
{
color: #C9956C;
}
</style>
background-color css
<style>
a { background-color: #C9956C; }
a { background-color: rgb(201,149,108); }
div.DivClassName
{
background-color: #C9956C;
}
.BgClassName
{
background-color: #C9956C;
}
</style>
border-color css
<style>
span { border-color: #C9956C; }
span { border-color: rgb(201,149,108); }
td.TdClassName
{
border-color: #C9956C;
}
.TagClassName
{
border-color: #C9956C;
}
</style>