Shades of Fallow #C7A176
Tints of Fallow #C7A176
RGB
CMYK
RGB Variations
Color information
#C7A176 (or 0xC7A176) is known color: Fallow. HEX triplet: C7, A1 and 76. RGB value is (199,161,118). Sum of RGB (Red+Green+Blue) = 199+161+118=478 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.63% from 478); Green value is 161 (63.28% from 255 or 33.68% from 478); Blue value is 118 (46.48% from 255 or 24.69% from 478); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A176 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A176 is #385E89. Grayscale: #A7A7A7. Windows color (decimal): -3694218 or 7774663. OLE color: 7774663.
HSL color Cylindrical-coordinate representation of color #C7A176: hue angle of 31.85º 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 #C7A176 is Cyan = 0, Magento = 0.19, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 161 | 118 | - |
| CMYK | 0 | 0.19 | 0.41 | 0.22 |
| HSL | 31.85º | 0.42% | 0.62% | - |
| HSV(B) | 31.85º | 0.41% | 0.78% | - |
| XYZ | 39.57 | 38.94 | 22.57 | - |
| YUV | 167.46 | 100.09 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 161 | 118 | 0 | 0.19 | 0.41 | 0.22 | 31.85 | 0.42 | 0.62 |
| Hex | C7 | A1 | 76 | 0 | 13 | 29 | 16 | 20 | 2A | 3E |
| Octal | 307 | 241 | 166 | 0 | 23 | 51 | 26 | 40 | 52 | 76 |
| Binary | 11000111 | 10100001 | 1110110 | 0 | 10011 | 101001 | 10110 | 100000 | 101010 | 111110 |
Color Harmonies of #C7A176
Complementary color
Monochromatic Colors of #C7A176
Black with #C7A176
Text Example
Text Example
White with #C7A176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A176; }
p { color: rgb(199,161,118); }
H1.HeaderClassName
{
color: #C7A176;
}
.AnyTagClassName
{
color: #C7A176;
}
</style>
background-color css
<style>
a { background-color: #C7A176; }
a { background-color: rgb(199,161,118); }
div.DivClassName
{
background-color: #C7A176;
}
.BgClassName
{
background-color: #C7A176;
}
</style>
border-color css
<style>
span { border-color: #C7A176; }
span { border-color: rgb(199,161,118); }
td.TdClassName
{
border-color: #C7A176;
}
.TagClassName
{
border-color: #C7A176;
}
</style>