Shades of Fallow #C99770
Tints of Fallow #C99770
RGB
CMYK
RGB Variations
Color information
#C99770 (or 0xC99770) is known color: Fallow. HEX triplet: C9, 97 and 70. RGB value is (201,151,112). Sum of RGB (Red+Green+Blue) = 201+151+112=464 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.32% from 464); Green value is 151 (59.38% from 255 or 32.54% from 464); Blue value is 112 (44.14% from 255 or 24.14% from 464); Max value from RGB is 201 - color contains mainly: red. Hex color #C99770 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99770 is #36688F. Grayscale: #A1A1A1. Windows color (decimal): -3565712 or 7378889. OLE color: 7378889.
HSL color Cylindrical-coordinate representation of color #C99770: hue angle of 26.29º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C99770 is Cyan = 0, Magento = 0.25, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 151 | 112 | - |
| CMYK | 0 | 0.25 | 0.44 | 0.21 |
| HSL | 26.29º | 0.45% | 0.61% | - |
| HSV(B) | 26.29º | 0.44% | 0.79% | - |
| XYZ | 38.08 | 35.72 | 20.22 | - |
| YUV | 161.5 | 100.07 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 151 | 112 | 0 | 0.25 | 0.44 | 0.21 | 26.29 | 0.45 | 0.61 |
| Hex | C9 | 97 | 70 | 0 | 19 | 2C | 15 | 1A | 2D | 3D |
| Octal | 311 | 227 | 160 | 0 | 31 | 54 | 25 | 32 | 55 | 75 |
| Binary | 11001001 | 10010111 | 1110000 | 0 | 11001 | 101100 | 10101 | 11010 | 101101 | 111101 |
Color Harmonies of #C99770
Complementary color
Monochromatic Colors of #C99770
Black with #C99770
Text Example
Text Example
White with #C99770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99770; }
p { color: rgb(201,151,112); }
H1.HeaderClassName
{
color: #C99770;
}
.AnyTagClassName
{
color: #C99770;
}
</style>
background-color css
<style>
a { background-color: #C99770; }
a { background-color: rgb(201,151,112); }
div.DivClassName
{
background-color: #C99770;
}
.BgClassName
{
background-color: #C99770;
}
</style>
border-color css
<style>
span { border-color: #C99770; }
span { border-color: rgb(201,151,112); }
td.TdClassName
{
border-color: #C99770;
}
.TagClassName
{
border-color: #C99770;
}
</style>