Shades of Fallow #C9995F
Tints of Fallow #C9995F
RGB
CMYK
RGB Variations
Color information
#C9995F (or 0xC9995F) is known color: Fallow. HEX triplet: C9, 99 and 5F. RGB value is (201,153,95). Sum of RGB (Red+Green+Blue) = 201+153+95=449 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.77% from 449); Green value is 153 (60.16% from 255 or 34.08% from 449); Blue value is 95 (37.5% from 255 or 21.16% from 449); Max value from RGB is 201 - color contains mainly: red. Hex color #C9995F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9995F is #3666A0. Grayscale: #A1A1A1. Windows color (decimal): -3565217 or 6265289. OLE color: 6265289.
HSL color Cylindrical-coordinate representation of color #C9995F: hue angle of 32.83º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C9995F is Cyan = 0, Magento = 0.24, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 153 | 95 | - |
| CMYK | 0 | 0.24 | 0.53 | 0.21 |
| HSL | 32.83º | 0.5% | 0.58% | - |
| HSV(B) | 32.83º | 0.53% | 0.79% | - |
| XYZ | 37.54 | 36.03 | 15.8 | - |
| YUV | 160.74 | 90.9 | 156.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 153 | 95 | 0 | 0.24 | 0.53 | 0.21 | 32.83 | 0.5 | 0.58 |
| Hex | C9 | 99 | 5F | 0 | 18 | 35 | 15 | 21 | 32 | 3A |
| Octal | 311 | 231 | 137 | 0 | 30 | 65 | 25 | 41 | 62 | 72 |
| Binary | 11001001 | 10011001 | 1011111 | 0 | 11000 | 110101 | 10101 | 100001 | 110010 | 111010 |
Color Harmonies of #C9995F
Complementary color
Monochromatic Colors of #C9995F
Black with #C9995F
Text Example
Text Example
White with #C9995F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9995F; }
p { color: rgb(201,153,95); }
H1.HeaderClassName
{
color: #C9995F;
}
.AnyTagClassName
{
color: #C9995F;
}
</style>
background-color css
<style>
a { background-color: #C9995F; }
a { background-color: rgb(201,153,95); }
div.DivClassName
{
background-color: #C9995F;
}
.BgClassName
{
background-color: #C9995F;
}
</style>
border-color css
<style>
span { border-color: #C9995F; }
span { border-color: rgb(201,153,95); }
td.TdClassName
{
border-color: #C9995F;
}
.TagClassName
{
border-color: #C9995F;
}
</style>