Shades of Lotus #8C5852
Tints of Lotus #8C5852
RGB
CMYK
RGB Variations
Color information
#8C5852 (or 0x8C5852) is known color: Lotus. HEX triplet: 8C, 58 and 52. RGB value is (140,88,82). Sum of RGB (Red+Green+Blue) = 140+88+82=310 (41% of max value = 765). Red value is 140 (55.08% from 255 or 45.16% from 310); Green value is 88 (34.77% from 255 or 28.39% from 310); Blue value is 82 (32.42% from 255 or 26.45% from 310); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5852 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5852 is #73A7AD. Grayscale: #666666. Windows color (decimal): -7579566 or 5396620. OLE color: 5396620.
HSL color Cylindrical-coordinate representation of color #8C5852: hue angle of 6.21º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8C5852 is Cyan = 0, Magento = 0.37, Yellow = 0.41 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 88 | 82 | - |
| CMYK | 0 | 0.37 | 0.41 | 0.45 |
| HSL | 6.21º | 0.26% | 0.44% | - |
| HSV(B) | 6.21º | 0.41% | 0.55% | - |
| XYZ | 15.83 | 13.16 | 9.69 | - |
| YUV | 102.86 | 116.23 | 154.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 88 | 82 | 0 | 0.37 | 0.41 | 0.45 | 6.21 | 0.26 | 0.44 |
| Hex | 8C | 58 | 52 | 0 | 25 | 29 | 2D | 6 | 1A | 2C |
| Octal | 214 | 130 | 122 | 0 | 45 | 51 | 55 | 6 | 32 | 54 |
| Binary | 10001100 | 1011000 | 1010010 | 0 | 100101 | 101001 | 101101 | 110 | 11010 | 101100 |
Color Harmonies of #8C5852
Complementary color
Monochromatic Colors of #8C5852
Black with #8C5852
Text Example
Text Example
White with #8C5852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5852; }
p { color: rgb(140,88,82); }
H1.HeaderClassName
{
color: #8C5852;
}
.AnyTagClassName
{
color: #8C5852;
}
</style>
background-color css
<style>
a { background-color: #8C5852; }
a { background-color: rgb(140,88,82); }
div.DivClassName
{
background-color: #8C5852;
}
.BgClassName
{
background-color: #8C5852;
}
</style>
border-color css
<style>
span { border-color: #8C5852; }
span { border-color: rgb(140,88,82); }
td.TdClassName
{
border-color: #8C5852;
}
.TagClassName
{
border-color: #8C5852;
}
</style>