Shades of Fallow #C1916D
Tints of Fallow #C1916D
RGB
CMYK
RGB Variations
Color information
#C1916D (or 0xC1916D) is known color: Fallow. HEX triplet: C1, 91 and 6D. RGB value is (193,145,109). Sum of RGB (Red+Green+Blue) = 193+145+109=447 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.18% from 447); Green value is 145 (57.03% from 255 or 32.44% from 447); Blue value is 109 (42.97% from 255 or 24.38% from 447); Max value from RGB is 193 - color contains mainly: red. Hex color #C1916D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1916D is #3E6E92. Grayscale: #9B9B9B. Windows color (decimal): -4091539 or 7180737. OLE color: 7180737.
HSL color Cylindrical-coordinate representation of color #C1916D: hue angle of 25.71º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C1916D is Cyan = 0, Magento = 0.25, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 145 | 109 | - |
| CMYK | 0 | 0.25 | 0.44 | 0.24 |
| HSL | 25.71º | 0.4% | 0.59% | - |
| HSV(B) | 25.71º | 0.44% | 0.76% | - |
| XYZ | 34.88 | 32.69 | 18.94 | - |
| YUV | 155.25 | 101.9 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 145 | 109 | 0 | 0.25 | 0.44 | 0.24 | 25.71 | 0.4 | 0.59 |
| Hex | C1 | 91 | 6D | 0 | 19 | 2C | 18 | 1A | 28 | 3B |
| Octal | 301 | 221 | 155 | 0 | 31 | 54 | 30 | 32 | 50 | 73 |
| Binary | 11000001 | 10010001 | 1101101 | 0 | 11001 | 101100 | 11000 | 11010 | 101000 | 111011 |
Color Harmonies of #C1916D
Complementary color
Monochromatic Colors of #C1916D
Black with #C1916D
Text Example
Text Example
White with #C1916D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1916D; }
p { color: rgb(193,145,109); }
H1.HeaderClassName
{
color: #C1916D;
}
.AnyTagClassName
{
color: #C1916D;
}
</style>
background-color css
<style>
a { background-color: #C1916D; }
a { background-color: rgb(193,145,109); }
div.DivClassName
{
background-color: #C1916D;
}
.BgClassName
{
background-color: #C1916D;
}
</style>
border-color css
<style>
span { border-color: #C1916D; }
span { border-color: rgb(193,145,109); }
td.TdClassName
{
border-color: #C1916D;
}
.TagClassName
{
border-color: #C1916D;
}
</style>