Shades of Fallow #C99C73
Tints of Fallow #C99C73
RGB
CMYK
RGB Variations
Color information
#C99C73 (or 0xC99C73) is known color: Fallow. HEX triplet: C9, 9C and 73. RGB value is (201,156,115). Sum of RGB (Red+Green+Blue) = 201+156+115=472 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.58% from 472); Green value is 156 (61.33% from 255 or 33.05% from 472); Blue value is 115 (45.31% from 255 or 24.36% from 472); Max value from RGB is 201 - color contains mainly: red. Hex color #C99C73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99C73 is #36638C. Grayscale: #A4A4A4. Windows color (decimal): -3564429 or 7576777. OLE color: 7576777.
HSL color Cylindrical-coordinate representation of color #C99C73: hue angle of 28.6º 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 #C99C73 is Cyan = 0, Magento = 0.22, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 156 | 115 | - |
| CMYK | 0 | 0.22 | 0.43 | 0.21 |
| HSL | 28.6º | 0.44% | 0.62% | - |
| HSV(B) | 28.6º | 0.43% | 0.79% | - |
| XYZ | 39.07 | 37.43 | 21.39 | - |
| YUV | 164.78 | 99.91 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 156 | 115 | 0 | 0.22 | 0.43 | 0.21 | 28.6 | 0.44 | 0.62 |
| Hex | C9 | 9C | 73 | 0 | 16 | 2B | 15 | 1D | 2C | 3E |
| Octal | 311 | 234 | 163 | 0 | 26 | 53 | 25 | 35 | 54 | 76 |
| Binary | 11001001 | 10011100 | 1110011 | 0 | 10110 | 101011 | 10101 | 11101 | 101100 | 111110 |
Color Harmonies of #C99C73
Complementary color
Monochromatic Colors of #C99C73
Black with #C99C73
Text Example
Text Example
White with #C99C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99C73; }
p { color: rgb(201,156,115); }
H1.HeaderClassName
{
color: #C99C73;
}
.AnyTagClassName
{
color: #C99C73;
}
</style>
background-color css
<style>
a { background-color: #C99C73; }
a { background-color: rgb(201,156,115); }
div.DivClassName
{
background-color: #C99C73;
}
.BgClassName
{
background-color: #C99C73;
}
</style>
border-color css
<style>
span { border-color: #C99C73; }
span { border-color: rgb(201,156,115); }
td.TdClassName
{
border-color: #C99C73;
}
.TagClassName
{
border-color: #C99C73;
}
</style>