Shades of Fallow #C1986D
Tints of Fallow #C1986D
RGB
CMYK
RGB Variations
Color information
#C1986D (or 0xC1986D) is known color: Fallow. HEX triplet: C1, 98 and 6D. RGB value is (193,152,109). Sum of RGB (Red+Green+Blue) = 193+152+109=454 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.51% from 454); Green value is 152 (59.77% from 255 or 33.48% from 454); Blue value is 109 (42.97% from 255 or 24.01% from 454); Max value from RGB is 193 - color contains mainly: red. Hex color #C1986D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1986D is #3E6792. Grayscale: #9F9F9F. Windows color (decimal): -4089747 or 7182529. OLE color: 7182529.
HSL color Cylindrical-coordinate representation of color #C1986D: hue angle of 30.71º 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 #C1986D is Cyan = 0, Magento = 0.21, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
RGB | 193 | 152 | 109 | - |
CMYK | 0 | 0.21 | 0.44 | 0.24 |
HSL | 30.71º | 0.4% | 0.59% | - |
HSV(B) | 30.71º | 0.44% | 0.76% | - |
XYZ | 35.98 | 34.9 | 19.31 | - |
YUV | 159.36 | 99.58 | 152 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 193 | 152 | 109 | 0 | 0.21 | 0.44 | 0.24 | 30.71 | 0.4 | 0.59 |
Hex | C1 | 98 | 6D | 0 | 15 | 2C | 18 | 1F | 28 | 3B |
Octal | 301 | 230 | 155 | 0 | 25 | 54 | 30 | 37 | 50 | 73 |
Binary | 11000001 | 10011000 | 1101101 | 0 | 10101 | 101100 | 11000 | 11111 | 101000 | 111011 |
Color Harmonies of #C1986D
Complementary color
Monochromatic Colors of #C1986D
Black with #C1986D
Text Example
Text Example
White with #C1986D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1986D; }
p { color: rgb(193,152,109); }
H1.HeaderClassName
{
color: #C1986D;
}
.AnyTagClassName
{
color: #C1986D;
}
</style>
background-color css
<style>
a { background-color: #C1986D; }
a { background-color: rgb(193,152,109); }
div.DivClassName
{
background-color: #C1986D;
}
.BgClassName
{
background-color: #C1986D;
}
</style>
border-color css
<style>
span { border-color: #C1986D; }
span { border-color: rgb(193,152,109); }
td.TdClassName
{
border-color: #C1986D;
}
.TagClassName
{
border-color: #C1986D;
}
</style>