Shades of Fallow #C7A276
Tints of Fallow #C7A276
RGB
CMYK
RGB Variations
Color information
#C7A276 (or 0xC7A276) is known color: Fallow. HEX triplet: C7, A2 and 76. RGB value is (199,162,118). Sum of RGB (Red+Green+Blue) = 199+162+118=479 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.54% from 479); Green value is 162 (63.67% from 255 or 33.82% from 479); Blue value is 118 (46.48% from 255 or 24.63% from 479); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A276 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A276 is #385D89. Grayscale: #A8A8A8. Windows color (decimal): -3693962 or 7774919. OLE color: 7774919.
HSL color Cylindrical-coordinate representation of color #C7A276: hue angle of 32.59º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C7A276 is Cyan = 0, Magento = 0.19, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 162 | 118 | - |
| CMYK | 0 | 0.19 | 0.41 | 0.22 |
| HSL | 32.59º | 0.42% | 0.62% | - |
| HSV(B) | 32.59º | 0.41% | 0.78% | - |
| XYZ | 39.74 | 39.29 | 22.63 | - |
| YUV | 168.05 | 99.76 | 150.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 162 | 118 | 0 | 0.19 | 0.41 | 0.22 | 32.59 | 0.42 | 0.62 |
| Hex | C7 | A2 | 76 | 0 | 13 | 29 | 16 | 21 | 2A | 3E |
| Octal | 307 | 242 | 166 | 0 | 23 | 51 | 26 | 41 | 52 | 76 |
| Binary | 11000111 | 10100010 | 1110110 | 0 | 10011 | 101001 | 10110 | 100001 | 101010 | 111110 |
Color Harmonies of #C7A276
Complementary color
Monochromatic Colors of #C7A276
Black with #C7A276
Text Example
Text Example
White with #C7A276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A276; }
p { color: rgb(199,162,118); }
H1.HeaderClassName
{
color: #C7A276;
}
.AnyTagClassName
{
color: #C7A276;
}
</style>
background-color css
<style>
a { background-color: #C7A276; }
a { background-color: rgb(199,162,118); }
div.DivClassName
{
background-color: #C7A276;
}
.BgClassName
{
background-color: #C7A276;
}
</style>
border-color css
<style>
span { border-color: #C7A276; }
span { border-color: rgb(199,162,118); }
td.TdClassName
{
border-color: #C7A276;
}
.TagClassName
{
border-color: #C7A276;
}
</style>