Shades of Fallow #C1946C
Tints of Fallow #C1946C
RGB
CMYK
RGB Variations
Color information
#C1946C (or 0xC1946C) is known color: Fallow. HEX triplet: C1, 94 and 6C. RGB value is (193,148,108). Sum of RGB (Red+Green+Blue) = 193+148+108=449 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.98% from 449); Green value is 148 (58.20% from 255 or 32.96% from 449); Blue value is 108 (42.58% from 255 or 24.05% from 449); Max value from RGB is 193 - color contains mainly: red. Hex color #C1946C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1946C is #3E6B93. Grayscale: #9D9D9D. Windows color (decimal): -4090772 or 7115969. OLE color: 7115969.
HSL color Cylindrical-coordinate representation of color #C1946C: hue angle of 28.24º degrees, saturation: 0.41, 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 #C1946C is Cyan = 0, Magento = 0.23, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 148 | 108 | - |
| CMYK | 0 | 0.23 | 0.44 | 0.24 |
| HSL | 28.24º | 0.41% | 0.59% | - |
| HSV(B) | 28.24º | 0.44% | 0.76% | - |
| XYZ | 35.29 | 33.6 | 18.81 | - |
| YUV | 156.9 | 100.41 | 153.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 148 | 108 | 0 | 0.23 | 0.44 | 0.24 | 28.24 | 0.41 | 0.59 |
| Hex | C1 | 94 | 6C | 0 | 17 | 2C | 18 | 1C | 29 | 3B |
| Octal | 301 | 224 | 154 | 0 | 27 | 54 | 30 | 34 | 51 | 73 |
| Binary | 11000001 | 10010100 | 1101100 | 0 | 10111 | 101100 | 11000 | 11100 | 101001 | 111011 |
Color Harmonies of #C1946C
Complementary color
Monochromatic Colors of #C1946C
Black with #C1946C
Text Example
Text Example
White with #C1946C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1946C; }
p { color: rgb(193,148,108); }
H1.HeaderClassName
{
color: #C1946C;
}
.AnyTagClassName
{
color: #C1946C;
}
</style>
background-color css
<style>
a { background-color: #C1946C; }
a { background-color: rgb(193,148,108); }
div.DivClassName
{
background-color: #C1946C;
}
.BgClassName
{
background-color: #C1946C;
}
</style>
border-color css
<style>
span { border-color: #C1946C; }
span { border-color: rgb(193,148,108); }
td.TdClassName
{
border-color: #C1946C;
}
.TagClassName
{
border-color: #C1946C;
}
</style>