Shades of Fallow #C1936C
Tints of Fallow #C1936C
RGB
CMYK
RGB Variations
Color information
#C1936C (or 0xC1936C) is known color: Fallow. HEX triplet: C1, 93 and 6C. RGB value is (193,147,108). Sum of RGB (Red+Green+Blue) = 193+147+108=448 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.08% from 448); Green value is 147 (57.81% from 255 or 32.81% from 448); Blue value is 108 (42.58% from 255 or 24.11% from 448); Max value from RGB is 193 - color contains mainly: red. Hex color #C1936C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1936C is #3E6C93. Grayscale: #9C9C9C. Windows color (decimal): -4091028 or 7115713. OLE color: 7115713.
HSL color Cylindrical-coordinate representation of color #C1936C: hue angle of 27.53º 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 #C1936C is Cyan = 0, Magento = 0.24, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 147 | 108 | - |
| CMYK | 0 | 0.24 | 0.44 | 0.24 |
| HSL | 27.53º | 0.41% | 0.59% | - |
| HSV(B) | 27.53º | 0.44% | 0.76% | - |
| XYZ | 35.13 | 33.29 | 18.76 | - |
| YUV | 156.31 | 100.74 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 147 | 108 | 0 | 0.24 | 0.44 | 0.24 | 27.53 | 0.41 | 0.59 |
| Hex | C1 | 93 | 6C | 0 | 18 | 2C | 18 | 1C | 29 | 3B |
| Octal | 301 | 223 | 154 | 0 | 30 | 54 | 30 | 34 | 51 | 73 |
| Binary | 11000001 | 10010011 | 1101100 | 0 | 11000 | 101100 | 11000 | 11100 | 101001 | 111011 |
Color Harmonies of #C1936C
Complementary color
Monochromatic Colors of #C1936C
Black with #C1936C
Text Example
Text Example
White with #C1936C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1936C; }
p { color: rgb(193,147,108); }
H1.HeaderClassName
{
color: #C1936C;
}
.AnyTagClassName
{
color: #C1936C;
}
</style>
background-color css
<style>
a { background-color: #C1936C; }
a { background-color: rgb(193,147,108); }
div.DivClassName
{
background-color: #C1936C;
}
.BgClassName
{
background-color: #C1936C;
}
</style>
border-color css
<style>
span { border-color: #C1936C; }
span { border-color: rgb(193,147,108); }
td.TdClassName
{
border-color: #C1936C;
}
.TagClassName
{
border-color: #C1936C;
}
</style>