Shades of Fallow #C9976C
Tints of Fallow #C9976C
RGB
CMYK
RGB Variations
Color information
#C9976C (or 0xC9976C) is known color: Fallow. HEX triplet: C9, 97 and 6C. RGB value is (201,151,108). Sum of RGB (Red+Green+Blue) = 201+151+108=460 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.70% from 460); Green value is 151 (59.38% from 255 or 32.83% from 460); Blue value is 108 (42.58% from 255 or 23.48% from 460); Max value from RGB is 201 - color contains mainly: red. Hex color #C9976C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9976C is #366893. Grayscale: #A1A1A1. Windows color (decimal): -3565716 or 7116745. OLE color: 7116745.
HSL color Cylindrical-coordinate representation of color #C9976C: hue angle of 27.74º 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 #C9976C is Cyan = 0, Magento = 0.25, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 151 | 108 | - |
| CMYK | 0 | 0.25 | 0.46 | 0.21 |
| HSL | 27.74º | 0.46% | 0.61% | - |
| HSV(B) | 27.74º | 0.46% | 0.79% | - |
| XYZ | 37.86 | 35.63 | 19.07 | - |
| YUV | 161.05 | 98.07 | 156.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 151 | 108 | 0 | 0.25 | 0.46 | 0.21 | 27.74 | 0.46 | 0.61 |
| Hex | C9 | 97 | 6C | 0 | 19 | 2E | 15 | 1C | 2E | 3D |
| Octal | 311 | 227 | 154 | 0 | 31 | 56 | 25 | 34 | 56 | 75 |
| Binary | 11001001 | 10010111 | 1101100 | 0 | 11001 | 101110 | 10101 | 11100 | 101110 | 111101 |
Color Harmonies of #C9976C
Complementary color
Monochromatic Colors of #C9976C
Black with #C9976C
Text Example
Text Example
White with #C9976C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9976C; }
p { color: rgb(201,151,108); }
H1.HeaderClassName
{
color: #C9976C;
}
.AnyTagClassName
{
color: #C9976C;
}
</style>
background-color css
<style>
a { background-color: #C9976C; }
a { background-color: rgb(201,151,108); }
div.DivClassName
{
background-color: #C9976C;
}
.BgClassName
{
background-color: #C9976C;
}
</style>
border-color css
<style>
span { border-color: #C9976C; }
span { border-color: rgb(201,151,108); }
td.TdClassName
{
border-color: #C9976C;
}
.TagClassName
{
border-color: #C9976C;
}
</style>