Shades of Fallow #C18F6D
Tints of Fallow #C18F6D
RGB
CMYK
RGB Variations
Color information
#C18F6D (or 0xC18F6D) is known color: Fallow. HEX triplet: C1, 8F and 6D. RGB value is (193,143,109). Sum of RGB (Red+Green+Blue) = 193+143+109=445 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.37% from 445); Green value is 143 (56.25% from 255 or 32.13% from 445); Blue value is 109 (42.97% from 255 or 24.49% from 445); Max value from RGB is 193 - color contains mainly: red. Hex color #C18F6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18F6D is #3E7092. Grayscale: #9A9A9A. Windows color (decimal): -4092051 or 7180225. OLE color: 7180225.
HSL color Cylindrical-coordinate representation of color #C18F6D: hue angle of 24.29º 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 #C18F6D is Cyan = 0, Magento = 0.26, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 143 | 109 | - |
| CMYK | 0 | 0.26 | 0.44 | 0.24 |
| HSL | 24.29º | 0.4% | 0.59% | - |
| HSV(B) | 24.29º | 0.44% | 0.76% | - |
| XYZ | 34.58 | 32.09 | 18.84 | - |
| YUV | 154.07 | 102.57 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 143 | 109 | 0 | 0.26 | 0.44 | 0.24 | 24.29 | 0.4 | 0.59 |
| Hex | C1 | 8F | 6D | 0 | 1A | 2C | 18 | 18 | 28 | 3B |
| Octal | 301 | 217 | 155 | 0 | 32 | 54 | 30 | 30 | 50 | 73 |
| Binary | 11000001 | 10001111 | 1101101 | 0 | 11010 | 101100 | 11000 | 11000 | 101000 | 111011 |
Color Harmonies of #C18F6D
Complementary color
Monochromatic Colors of #C18F6D
Black with #C18F6D
Text Example
Text Example
White with #C18F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18F6D; }
p { color: rgb(193,143,109); }
H1.HeaderClassName
{
color: #C18F6D;
}
.AnyTagClassName
{
color: #C18F6D;
}
</style>
background-color css
<style>
a { background-color: #C18F6D; }
a { background-color: rgb(193,143,109); }
div.DivClassName
{
background-color: #C18F6D;
}
.BgClassName
{
background-color: #C18F6D;
}
</style>
border-color css
<style>
span { border-color: #C18F6D; }
span { border-color: rgb(193,143,109); }
td.TdClassName
{
border-color: #C18F6D;
}
.TagClassName
{
border-color: #C18F6D;
}
</style>