Shades of Lipstick #982C6C
Tints of Lipstick #982C6C
RGB
CMYK
RGB Variations
Color information
#982C6C (or 0x982C6C) is known color: Lipstick. HEX triplet: 98, 2C and 6C. RGB value is (152,44,108). Sum of RGB (Red+Green+Blue) = 152+44+108=304 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50% from 304); Green value is 44 (17.58% from 255 or 14.47% from 304); Blue value is 108 (42.58% from 255 or 35.53% from 304); Max value from RGB is 152 - color contains mainly: red. Hex color #982C6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982C6C is #67D393. Grayscale: #535353. Windows color (decimal): -6804372 or 7089304. OLE color: 7089304.
HSL color Cylindrical-coordinate representation of color #982C6C: hue angle of 324.44º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #982C6C is Cyan = 0, Magento = 0.71, Yellow = 0.29 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 44 | 108 | - |
| CMYK | 0 | 0.71 | 0.29 | 0.40 |
| HSL | 324.44º | 0.55% | 0.38% | - |
| HSV(B) | 324.44º | 0.71% | 0.6% | - |
| XYZ | 16.56 | 9.56 | 15.16 | - |
| YUV | 83.59 | 141.78 | 176.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 44 | 108 | 0 | 0.71 | 0.29 | 0.40 | 324.44 | 0.55 | 0.38 |
| Hex | 98 | 2C | 6C | 0 | 47 | 1D | 28 | 144 | 37 | 26 |
| Octal | 230 | 54 | 154 | 0 | 107 | 35 | 50 | 504 | 67 | 46 |
| Binary | 10011000 | 101100 | 1101100 | 0 | 1000111 | 11101 | 101000 | 101000100 | 110111 | 100110 |
Color Harmonies of #982C6C
Complementary color
Monochromatic Colors of #982C6C
Black with #982C6C
Text Example
Text Example
White with #982C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982C6C; }
p { color: rgb(152,44,108); }
H1.HeaderClassName
{
color: #982C6C;
}
.AnyTagClassName
{
color: #982C6C;
}
</style>
background-color css
<style>
a { background-color: #982C6C; }
a { background-color: rgb(152,44,108); }
div.DivClassName
{
background-color: #982C6C;
}
.BgClassName
{
background-color: #982C6C;
}
</style>
border-color css
<style>
span { border-color: #982C6C; }
span { border-color: rgb(152,44,108); }
td.TdClassName
{
border-color: #982C6C;
}
.TagClassName
{
border-color: #982C6C;
}
</style>