Shades of Fallow #C1956B
Tints of Fallow #C1956B
RGB
CMYK
RGB Variations
Color information
#C1956B (or 0xC1956B) is known color: Fallow. HEX triplet: C1, 95 and 6B. RGB value is (193,149,107). Sum of RGB (Red+Green+Blue) = 193+149+107=449 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.98% from 449); Green value is 149 (58.59% from 255 or 33.18% from 449); Blue value is 107 (42.19% from 255 or 23.83% from 449); Max value from RGB is 193 - color contains mainly: red. Hex color #C1956B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1956B is #3E6A94. Grayscale: #9D9D9D. Windows color (decimal): -4090517 or 7050689. OLE color: 7050689.
HSL color Cylindrical-coordinate representation of color #C1956B: hue angle of 29.3º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C1956B is Cyan = 0, Magento = 0.23, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 149 | 107 | - |
| CMYK | 0 | 0.23 | 0.45 | 0.24 |
| HSL | 29.3º | 0.41% | 0.59% | - |
| HSV(B) | 29.3º | 0.45% | 0.76% | - |
| XYZ | 35.39 | 33.89 | 18.59 | - |
| YUV | 157.37 | 99.58 | 153.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 149 | 107 | 0 | 0.23 | 0.45 | 0.24 | 29.3 | 0.41 | 0.59 |
| Hex | C1 | 95 | 6B | 0 | 17 | 2D | 18 | 1D | 29 | 3B |
| Octal | 301 | 225 | 153 | 0 | 27 | 55 | 30 | 35 | 51 | 73 |
| Binary | 11000001 | 10010101 | 1101011 | 0 | 10111 | 101101 | 11000 | 11101 | 101001 | 111011 |
Color Harmonies of #C1956B
Complementary color
Monochromatic Colors of #C1956B
Black with #C1956B
Text Example
Text Example
White with #C1956B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1956B; }
p { color: rgb(193,149,107); }
H1.HeaderClassName
{
color: #C1956B;
}
.AnyTagClassName
{
color: #C1956B;
}
</style>
background-color css
<style>
a { background-color: #C1956B; }
a { background-color: rgb(193,149,107); }
div.DivClassName
{
background-color: #C1956B;
}
.BgClassName
{
background-color: #C1956B;
}
</style>
border-color css
<style>
span { border-color: #C1956B; }
span { border-color: rgb(193,149,107); }
td.TdClassName
{
border-color: #C1956B;
}
.TagClassName
{
border-color: #C1956B;
}
</style>