Shades of Fallow #C99F73
Tints of Fallow #C99F73
RGB
CMYK
RGB Variations
Color information
#C99F73 (or 0xC99F73) is known color: Fallow. HEX triplet: C9, 9F and 73. RGB value is (201,159,115). Sum of RGB (Red+Green+Blue) = 201+159+115=475 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.32% from 475); Green value is 159 (62.5% from 255 or 33.47% from 475); Blue value is 115 (45.31% from 255 or 24.21% from 475); Max value from RGB is 201 - color contains mainly: red. Hex color #C99F73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99F73 is #36608C. Grayscale: #A6A6A6. Windows color (decimal): -3563661 or 7577545. OLE color: 7577545.
HSL color Cylindrical-coordinate representation of color #C99F73: hue angle of 30.7º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C99F73 is Cyan = 0, Magento = 0.21, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 159 | 115 | - |
| CMYK | 0 | 0.21 | 0.43 | 0.21 |
| HSL | 30.7º | 0.44% | 0.62% | - |
| HSV(B) | 30.7º | 0.43% | 0.79% | - |
| XYZ | 39.58 | 38.45 | 21.56 | - |
| YUV | 166.54 | 98.91 | 152.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 159 | 115 | 0 | 0.21 | 0.43 | 0.21 | 30.7 | 0.44 | 0.62 |
| Hex | C9 | 9F | 73 | 0 | 15 | 2B | 15 | 1F | 2C | 3E |
| Octal | 311 | 237 | 163 | 0 | 25 | 53 | 25 | 37 | 54 | 76 |
| Binary | 11001001 | 10011111 | 1110011 | 0 | 10101 | 101011 | 10101 | 11111 | 101100 | 111110 |
Color Harmonies of #C99F73
Complementary color
Monochromatic Colors of #C99F73
Black with #C99F73
Text Example
Text Example
White with #C99F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99F73; }
p { color: rgb(201,159,115); }
H1.HeaderClassName
{
color: #C99F73;
}
.AnyTagClassName
{
color: #C99F73;
}
</style>
background-color css
<style>
a { background-color: #C99F73; }
a { background-color: rgb(201,159,115); }
div.DivClassName
{
background-color: #C99F73;
}
.BgClassName
{
background-color: #C99F73;
}
</style>
border-color css
<style>
span { border-color: #C99F73; }
span { border-color: rgb(201,159,115); }
td.TdClassName
{
border-color: #C99F73;
}
.TagClassName
{
border-color: #C99F73;
}
</style>