Shades of Fallow #C18F6B
Tints of Fallow #C18F6B
RGB
CMYK
RGB Variations
Color information
#C18F6B (or 0xC18F6B) is known color: Fallow. HEX triplet: C1, 8F and 6B. RGB value is (193,143,107). Sum of RGB (Red+Green+Blue) = 193+143+107=443 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.57% from 443); Green value is 143 (56.25% from 255 or 32.28% from 443); Blue value is 107 (42.19% from 255 or 24.15% from 443); Max value from RGB is 193 - color contains mainly: red. Hex color #C18F6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18F6B is #3E7094. Grayscale: #9A9A9A. Windows color (decimal): -4092053 or 7049153. OLE color: 7049153.
HSL color Cylindrical-coordinate representation of color #C18F6B: hue angle of 25.12º 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 #C18F6B is Cyan = 0, Magento = 0.26, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 143 | 107 | - |
| CMYK | 0 | 0.26 | 0.45 | 0.24 |
| HSL | 25.12º | 0.41% | 0.59% | - |
| HSV(B) | 25.12º | 0.45% | 0.76% | - |
| XYZ | 34.47 | 32.04 | 18.28 | - |
| YUV | 153.85 | 101.57 | 155.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 143 | 107 | 0 | 0.26 | 0.45 | 0.24 | 25.12 | 0.41 | 0.59 |
| Hex | C1 | 8F | 6B | 0 | 1A | 2D | 18 | 19 | 29 | 3B |
| Octal | 301 | 217 | 153 | 0 | 32 | 55 | 30 | 31 | 51 | 73 |
| Binary | 11000001 | 10001111 | 1101011 | 0 | 11010 | 101101 | 11000 | 11001 | 101001 | 111011 |
Color Harmonies of #C18F6B
Complementary color
Monochromatic Colors of #C18F6B
Black with #C18F6B
Text Example
Text Example
White with #C18F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18F6B; }
p { color: rgb(193,143,107); }
H1.HeaderClassName
{
color: #C18F6B;
}
.AnyTagClassName
{
color: #C18F6B;
}
</style>
background-color css
<style>
a { background-color: #C18F6B; }
a { background-color: rgb(193,143,107); }
div.DivClassName
{
background-color: #C18F6B;
}
.BgClassName
{
background-color: #C18F6B;
}
</style>
border-color css
<style>
span { border-color: #C18F6B; }
span { border-color: rgb(193,143,107); }
td.TdClassName
{
border-color: #C18F6B;
}
.TagClassName
{
border-color: #C18F6B;
}
</style>