Shades of Fallow #C1926D
Tints of Fallow #C1926D
RGB
CMYK
RGB Variations
Color information
#C1926D (or 0xC1926D) is known color: Fallow. HEX triplet: C1, 92 and 6D. RGB value is (193,146,109). Sum of RGB (Red+Green+Blue) = 193+146+109=448 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.08% from 448); Green value is 146 (57.42% from 255 or 32.59% from 448); Blue value is 109 (42.97% from 255 or 24.33% from 448); Max value from RGB is 193 - color contains mainly: red. Hex color #C1926D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1926D is #3E6D92. Grayscale: #9C9C9C. Windows color (decimal): -4091283 or 7180993. OLE color: 7180993.
HSL color Cylindrical-coordinate representation of color #C1926D: hue angle of 26.43º 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 #C1926D is Cyan = 0, Magento = 0.24, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 146 | 109 | - |
| CMYK | 0 | 0.24 | 0.44 | 0.24 |
| HSL | 26.43º | 0.4% | 0.59% | - |
| HSV(B) | 26.43º | 0.44% | 0.76% | - |
| XYZ | 35.03 | 33 | 18.99 | - |
| YUV | 155.84 | 101.57 | 154.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 146 | 109 | 0 | 0.24 | 0.44 | 0.24 | 26.43 | 0.4 | 0.59 |
| Hex | C1 | 92 | 6D | 0 | 18 | 2C | 18 | 1A | 28 | 3B |
| Octal | 301 | 222 | 155 | 0 | 30 | 54 | 30 | 32 | 50 | 73 |
| Binary | 11000001 | 10010010 | 1101101 | 0 | 11000 | 101100 | 11000 | 11010 | 101000 | 111011 |
Color Harmonies of #C1926D
Complementary color
Monochromatic Colors of #C1926D
Black with #C1926D
Text Example
Text Example
White with #C1926D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1926D; }
p { color: rgb(193,146,109); }
H1.HeaderClassName
{
color: #C1926D;
}
.AnyTagClassName
{
color: #C1926D;
}
</style>
background-color css
<style>
a { background-color: #C1926D; }
a { background-color: rgb(193,146,109); }
div.DivClassName
{
background-color: #C1926D;
}
.BgClassName
{
background-color: #C1926D;
}
</style>
border-color css
<style>
span { border-color: #C1926D; }
span { border-color: rgb(193,146,109); }
td.TdClassName
{
border-color: #C1926D;
}
.TagClassName
{
border-color: #C1926D;
}
</style>