Shades of Fallow #C79973
Tints of Fallow #C79973
RGB
CMYK
RGB Variations
Color information
#C79973 (or 0xC79973) is known color: Fallow. HEX triplet: C7, 99 and 73. RGB value is (199,153,115). Sum of RGB (Red+Green+Blue) = 199+153+115=467 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.61% from 467); Green value is 153 (60.16% from 255 or 32.76% from 467); Blue value is 115 (45.31% from 255 or 24.63% from 467); Max value from RGB is 199 - color contains mainly: red. Hex color #C79973 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C79973 is #38668C. Grayscale: #A2A2A2. Windows color (decimal): -3696269 or 7576007. OLE color: 7576007.
HSL color Cylindrical-coordinate representation of color #C79973: hue angle of 27.14º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C79973 is Cyan = 0, Magento = 0.23, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 153 | 115 | - |
| CMYK | 0 | 0.23 | 0.42 | 0.22 |
| HSL | 27.14º | 0.43% | 0.62% | - |
| HSV(B) | 27.14º | 0.42% | 0.78% | - |
| XYZ | 38.04 | 36.16 | 21.19 | - |
| YUV | 162.42 | 101.24 | 154.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 153 | 115 | 0 | 0.23 | 0.42 | 0.22 | 27.14 | 0.43 | 0.62 |
| Hex | C7 | 99 | 73 | 0 | 17 | 2A | 16 | 1B | 2B | 3E |
| Octal | 307 | 231 | 163 | 0 | 27 | 52 | 26 | 33 | 53 | 76 |
| Binary | 11000111 | 10011001 | 1110011 | 0 | 10111 | 101010 | 10110 | 11011 | 101011 | 111110 |
Color Harmonies of #C79973
Complementary color
Monochromatic Colors of #C79973
Black with #C79973
Text Example
Text Example
White with #C79973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79973; }
p { color: rgb(199,153,115); }
H1.HeaderClassName
{
color: #C79973;
}
.AnyTagClassName
{
color: #C79973;
}
</style>
background-color css
<style>
a { background-color: #C79973; }
a { background-color: rgb(199,153,115); }
div.DivClassName
{
background-color: #C79973;
}
.BgClassName
{
background-color: #C79973;
}
</style>
border-color css
<style>
span { border-color: #C79973; }
span { border-color: rgb(199,153,115); }
td.TdClassName
{
border-color: #C79973;
}
.TagClassName
{
border-color: #C79973;
}
</style>