Shades of Fallow #C1926C
Tints of Fallow #C1926C
RGB
CMYK
RGB Variations
Color information
#C1926C (or 0xC1926C) is known color: Fallow. HEX triplet: C1, 92 and 6C. RGB value is (193,146,108). Sum of RGB (Red+Green+Blue) = 193+146+108=447 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.18% from 447); Green value is 146 (57.42% from 255 or 32.66% from 447); Blue value is 108 (42.58% from 255 or 24.16% from 447); Max value from RGB is 193 - color contains mainly: red. Hex color #C1926C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1926C is #3E6D93. Grayscale: #9B9B9B. Windows color (decimal): -4091284 or 7115457. OLE color: 7115457.
HSL color Cylindrical-coordinate representation of color #C1926C: hue angle of 26.82º 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 #C1926C is Cyan = 0, Magento = 0.24, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 146 | 108 | - |
| CMYK | 0 | 0.24 | 0.44 | 0.24 |
| HSL | 26.82º | 0.41% | 0.59% | - |
| HSV(B) | 26.82º | 0.44% | 0.76% | - |
| XYZ | 34.98 | 32.98 | 18.71 | - |
| YUV | 155.72 | 101.07 | 154.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 146 | 108 | 0 | 0.24 | 0.44 | 0.24 | 26.82 | 0.41 | 0.59 |
| Hex | C1 | 92 | 6C | 0 | 18 | 2C | 18 | 1B | 29 | 3B |
| Octal | 301 | 222 | 154 | 0 | 30 | 54 | 30 | 33 | 51 | 73 |
| Binary | 11000001 | 10010010 | 1101100 | 0 | 11000 | 101100 | 11000 | 11011 | 101001 | 111011 |
Color Harmonies of #C1926C
Complementary color
Monochromatic Colors of #C1926C
Black with #C1926C
Text Example
Text Example
White with #C1926C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1926C; }
p { color: rgb(193,146,108); }
H1.HeaderClassName
{
color: #C1926C;
}
.AnyTagClassName
{
color: #C1926C;
}
</style>
background-color css
<style>
a { background-color: #C1926C; }
a { background-color: rgb(193,146,108); }
div.DivClassName
{
background-color: #C1926C;
}
.BgClassName
{
background-color: #C1926C;
}
</style>
border-color css
<style>
span { border-color: #C1926C; }
span { border-color: rgb(193,146,108); }
td.TdClassName
{
border-color: #C1926C;
}
.TagClassName
{
border-color: #C1926C;
}
</style>