Shades of Lotus #8C5854
Tints of Lotus #8C5854
RGB
CMYK
RGB Variations
Color information
#8C5854 (or 0x8C5854) is known color: Lotus. HEX triplet: 8C, 58 and 54. RGB value is (140,88,84). Sum of RGB (Red+Green+Blue) = 140+88+84=312 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.87% from 312); Green value is 88 (34.77% from 255 or 28.21% from 312); Blue value is 84 (33.20% from 255 or 26.92% from 312); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5854 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5854 is #73A7AB. Grayscale: #676767. Windows color (decimal): -7579564 or 5527692. OLE color: 5527692.
HSL color Cylindrical-coordinate representation of color #8C5854: hue angle of 4.29º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8C5854 is Cyan = 0, Magento = 0.37, Yellow = 0.4 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 88 | 84 | - |
| CMYK | 0 | 0.37 | 0.4 | 0.45 |
| HSL | 4.29º | 0.25% | 0.44% | - |
| HSV(B) | 4.29º | 0.4% | 0.55% | - |
| XYZ | 15.91 | 13.19 | 10.1 | - |
| YUV | 103.09 | 117.23 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 88 | 84 | 0 | 0.37 | 0.4 | 0.45 | 4.29 | 0.25 | 0.44 |
| Hex | 8C | 58 | 54 | 0 | 25 | 28 | 2D | 4 | 19 | 2C |
| Octal | 214 | 130 | 124 | 0 | 45 | 50 | 55 | 4 | 31 | 54 |
| Binary | 10001100 | 1011000 | 1010100 | 0 | 100101 | 101000 | 101101 | 100 | 11001 | 101100 |
Color Harmonies of #8C5854
Complementary color
Monochromatic Colors of #8C5854
Black with #8C5854
Text Example
Text Example
White with #8C5854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5854; }
p { color: rgb(140,88,84); }
H1.HeaderClassName
{
color: #8C5854;
}
.AnyTagClassName
{
color: #8C5854;
}
</style>
background-color css
<style>
a { background-color: #8C5854; }
a { background-color: rgb(140,88,84); }
div.DivClassName
{
background-color: #8C5854;
}
.BgClassName
{
background-color: #8C5854;
}
</style>
border-color css
<style>
span { border-color: #8C5854; }
span { border-color: rgb(140,88,84); }
td.TdClassName
{
border-color: #8C5854;
}
.TagClassName
{
border-color: #8C5854;
}
</style>