Shades of Fallow #C1976F
Tints of Fallow #C1976F
RGB
CMYK
RGB Variations
Color information
#C1976F (or 0xC1976F) is known color: Fallow. HEX triplet: C1, 97 and 6F. RGB value is (193,151,111). Sum of RGB (Red+Green+Blue) = 193+151+111=455 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.42% from 455); Green value is 151 (59.38% from 255 or 33.19% from 455); Blue value is 111 (43.75% from 255 or 24.40% from 455); Max value from RGB is 193 - color contains mainly: red. Hex color #C1976F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1976F is #3E6890. Grayscale: #9F9F9F. Windows color (decimal): -4090001 or 7313345. OLE color: 7313345.
HSL color Cylindrical-coordinate representation of color #C1976F: hue angle of 29.27º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C1976F is Cyan = 0, Magento = 0.22, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 151 | 111 | - |
| CMYK | 0 | 0.22 | 0.42 | 0.24 |
| HSL | 29.27º | 0.4% | 0.6% | - |
| HSV(B) | 29.27º | 0.42% | 0.76% | - |
| XYZ | 35.93 | 34.62 | 19.83 | - |
| YUV | 159 | 100.91 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 151 | 111 | 0 | 0.22 | 0.42 | 0.24 | 29.27 | 0.4 | 0.6 |
| Hex | C1 | 97 | 6F | 0 | 16 | 2A | 18 | 1D | 28 | 3C |
| Octal | 301 | 227 | 157 | 0 | 26 | 52 | 30 | 35 | 50 | 74 |
| Binary | 11000001 | 10010111 | 1101111 | 0 | 10110 | 101010 | 11000 | 11101 | 101000 | 111100 |
Color Harmonies of #C1976F
Complementary color
Monochromatic Colors of #C1976F
Black with #C1976F
Text Example
Text Example
White with #C1976F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1976F; }
p { color: rgb(193,151,111); }
H1.HeaderClassName
{
color: #C1976F;
}
.AnyTagClassName
{
color: #C1976F;
}
</style>
background-color css
<style>
a { background-color: #C1976F; }
a { background-color: rgb(193,151,111); }
div.DivClassName
{
background-color: #C1976F;
}
.BgClassName
{
background-color: #C1976F;
}
</style>
border-color css
<style>
span { border-color: #C1976F; }
span { border-color: rgb(193,151,111); }
td.TdClassName
{
border-color: #C1976F;
}
.TagClassName
{
border-color: #C1976F;
}
</style>