Shades of Fallow #C1926F
Tints of Fallow #C1926F
RGB
CMYK
RGB Variations
Color information
#C1926F (or 0xC1926F) is known color: Fallow. HEX triplet: C1, 92 and 6F. RGB value is (193,146,111). Sum of RGB (Red+Green+Blue) = 193+146+111=450 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.89% from 450); Green value is 146 (57.42% from 255 or 32.44% from 450); Blue value is 111 (43.75% from 255 or 24.67% from 450); Max value from RGB is 193 - color contains mainly: red. Hex color #C1926F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1926F is #3E6D90. Grayscale: #9C9C9C. Windows color (decimal): -4091281 or 7312065. OLE color: 7312065.
HSL color Cylindrical-coordinate representation of color #C1926F: hue angle of 25.61º 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 #C1926F is Cyan = 0, Magento = 0.24, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 146 | 111 | - |
| CMYK | 0 | 0.24 | 0.42 | 0.24 |
| HSL | 25.61º | 0.4% | 0.6% | - |
| HSV(B) | 25.61º | 0.42% | 0.76% | - |
| XYZ | 35.14 | 33.04 | 19.56 | - |
| YUV | 156.06 | 102.57 | 154.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 146 | 111 | 0 | 0.24 | 0.42 | 0.24 | 25.61 | 0.4 | 0.6 |
| Hex | C1 | 92 | 6F | 0 | 18 | 2A | 18 | 1A | 28 | 3C |
| Octal | 301 | 222 | 157 | 0 | 30 | 52 | 30 | 32 | 50 | 74 |
| Binary | 11000001 | 10010010 | 1101111 | 0 | 11000 | 101010 | 11000 | 11010 | 101000 | 111100 |
Color Harmonies of #C1926F
Complementary color
Monochromatic Colors of #C1926F
Black with #C1926F
Text Example
Text Example
White with #C1926F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1926F; }
p { color: rgb(193,146,111); }
H1.HeaderClassName
{
color: #C1926F;
}
.AnyTagClassName
{
color: #C1926F;
}
</style>
background-color css
<style>
a { background-color: #C1926F; }
a { background-color: rgb(193,146,111); }
div.DivClassName
{
background-color: #C1926F;
}
.BgClassName
{
background-color: #C1926F;
}
</style>
border-color css
<style>
span { border-color: #C1926F; }
span { border-color: rgb(193,146,111); }
td.TdClassName
{
border-color: #C1926F;
}
.TagClassName
{
border-color: #C1926F;
}
</style>