Shades of Fallow #C1906D
Tints of Fallow #C1906D
RGB
CMYK
RGB Variations
Color information
#C1906D (or 0xC1906D) is known color: Fallow. HEX triplet: C1, 90 and 6D. RGB value is (193,144,109). Sum of RGB (Red+Green+Blue) = 193+144+109=446 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.27% from 446); Green value is 144 (56.64% from 255 or 32.29% from 446); Blue value is 109 (42.97% from 255 or 24.44% from 446); Max value from RGB is 193 - color contains mainly: red. Hex color #C1906D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1906D is #3E6F92. Grayscale: #9A9A9A. Windows color (decimal): -4091795 or 7180481. OLE color: 7180481.
HSL color Cylindrical-coordinate representation of color #C1906D: hue angle of 25º 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 #C1906D is Cyan = 0, Magento = 0.25, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 144 | 109 | - |
| CMYK | 0 | 0.25 | 0.44 | 0.24 |
| HSL | 25º | 0.4% | 0.59% | - |
| HSV(B) | 25º | 0.44% | 0.76% | - |
| XYZ | 34.73 | 32.39 | 18.89 | - |
| YUV | 154.66 | 102.23 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 144 | 109 | 0 | 0.25 | 0.44 | 0.24 | 25 | 0.4 | 0.59 |
| Hex | C1 | 90 | 6D | 0 | 19 | 2C | 18 | 19 | 28 | 3B |
| Octal | 301 | 220 | 155 | 0 | 31 | 54 | 30 | 31 | 50 | 73 |
| Binary | 11000001 | 10010000 | 1101101 | 0 | 11001 | 101100 | 11000 | 11001 | 101000 | 111011 |
Color Harmonies of #C1906D
Complementary color
Monochromatic Colors of #C1906D
Black with #C1906D
Text Example
Text Example
White with #C1906D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1906D; }
p { color: rgb(193,144,109); }
H1.HeaderClassName
{
color: #C1906D;
}
.AnyTagClassName
{
color: #C1906D;
}
</style>
background-color css
<style>
a { background-color: #C1906D; }
a { background-color: rgb(193,144,109); }
div.DivClassName
{
background-color: #C1906D;
}
.BgClassName
{
background-color: #C1906D;
}
</style>
border-color css
<style>
span { border-color: #C1906D; }
span { border-color: rgb(193,144,109); }
td.TdClassName
{
border-color: #C1906D;
}
.TagClassName
{
border-color: #C1906D;
}
</style>