Shades of Lipstick #9C2660
Tints of Lipstick #9C2660
RGB
CMYK
RGB Variations
Color information
#9C2660 (or 0x9C2660) is known color: Lipstick. HEX triplet: 9C, 26 and 60. RGB value is (156,38,96). Sum of RGB (Red+Green+Blue) = 156+38+96=290 (38% of max value = 765). Red value is 156 (61.33% from 255 or 53.79% from 290); Green value is 38 (15.23% from 255 or 13.10% from 290); Blue value is 96 (37.89% from 255 or 33.10% from 290); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2660 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C2660 is #63D99F. Grayscale: #4F4F4F. Windows color (decimal): -6543776 or 6301340. OLE color: 6301340.
HSL color Cylindrical-coordinate representation of color #9C2660: hue angle of 330.51º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9C2660 is Cyan = 0, Magento = 0.76, Yellow = 0.38 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 38 | 96 | - |
| CMYK | 0 | 0.76 | 0.38 | 0.39 |
| HSL | 330.51º | 0.61% | 0.38% | - |
| HSV(B) | 330.51º | 0.76% | 0.61% | - |
| XYZ | 16.51 | 9.3 | 11.99 | - |
| YUV | 79.89 | 137.09 | 182.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 38 | 96 | 0 | 0.76 | 0.38 | 0.39 | 330.51 | 0.61 | 0.38 |
| Hex | 9C | 26 | 60 | 0 | 4C | 26 | 27 | 14B | 3D | 26 |
| Octal | 234 | 46 | 140 | 0 | 114 | 46 | 47 | 513 | 75 | 46 |
| Binary | 10011100 | 100110 | 1100000 | 0 | 1001100 | 100110 | 100111 | 101001011 | 111101 | 100110 |
Color Harmonies of #9C2660
Complementary color
Monochromatic Colors of #9C2660
Black with #9C2660
Text Example
Text Example
White with #9C2660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2660; }
p { color: rgb(156,38,96); }
H1.HeaderClassName
{
color: #9C2660;
}
.AnyTagClassName
{
color: #9C2660;
}
</style>
background-color css
<style>
a { background-color: #9C2660; }
a { background-color: rgb(156,38,96); }
div.DivClassName
{
background-color: #9C2660;
}
.BgClassName
{
background-color: #9C2660;
}
</style>
border-color css
<style>
span { border-color: #9C2660; }
span { border-color: rgb(156,38,96); }
td.TdClassName
{
border-color: #9C2660;
}
.TagClassName
{
border-color: #9C2660;
}
</style>