Shades of Fallow #C9996C
Tints of Fallow #C9996C
RGB
CMYK
RGB Variations
Color information
#C9996C (or 0xC9996C) is known color: Fallow. HEX triplet: C9, 99 and 6C. RGB value is (201,153,108). Sum of RGB (Red+Green+Blue) = 201+153+108=462 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.51% from 462); Green value is 153 (60.16% from 255 or 33.12% from 462); Blue value is 108 (42.58% from 255 or 23.38% from 462); Max value from RGB is 201 - color contains mainly: red. Hex color #C9996C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9996C is #366693. Grayscale: #A2A2A2. Windows color (decimal): -3565204 or 7117257. OLE color: 7117257.
HSL color Cylindrical-coordinate representation of color #C9996C: hue angle of 29.03º 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 #C9996C is Cyan = 0, Magento = 0.24, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 153 | 108 | - |
| CMYK | 0 | 0.24 | 0.46 | 0.21 |
| HSL | 29.03º | 0.46% | 0.61% | - |
| HSV(B) | 29.03º | 0.46% | 0.79% | - |
| XYZ | 38.19 | 36.28 | 19.18 | - |
| YUV | 162.22 | 97.4 | 155.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 153 | 108 | 0 | 0.24 | 0.46 | 0.21 | 29.03 | 0.46 | 0.61 |
| Hex | C9 | 99 | 6C | 0 | 18 | 2E | 15 | 1D | 2E | 3D |
| Octal | 311 | 231 | 154 | 0 | 30 | 56 | 25 | 35 | 56 | 75 |
| Binary | 11001001 | 10011001 | 1101100 | 0 | 11000 | 101110 | 10101 | 11101 | 101110 | 111101 |
Color Harmonies of #C9996C
Complementary color
Monochromatic Colors of #C9996C
Black with #C9996C
Text Example
Text Example
White with #C9996C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9996C; }
p { color: rgb(201,153,108); }
H1.HeaderClassName
{
color: #C9996C;
}
.AnyTagClassName
{
color: #C9996C;
}
</style>
background-color css
<style>
a { background-color: #C9996C; }
a { background-color: rgb(201,153,108); }
div.DivClassName
{
background-color: #C9996C;
}
.BgClassName
{
background-color: #C9996C;
}
</style>
border-color css
<style>
span { border-color: #C9996C; }
span { border-color: rgb(201,153,108); }
td.TdClassName
{
border-color: #C9996C;
}
.TagClassName
{
border-color: #C9996C;
}
</style>