Shades of Lipstick #9C2662
Tints of Lipstick #9C2662
RGB
CMYK
RGB Variations
Color information
#9C2662 (or 0x9C2662) is known color: Lipstick. HEX triplet: 9C, 26 and 62. RGB value is (156,38,98). Sum of RGB (Red+Green+Blue) = 156+38+98=292 (38% of max value = 765). Red value is 156 (61.33% from 255 or 53.42% from 292); Green value is 38 (15.23% from 255 or 13.01% from 292); Blue value is 98 (38.67% from 255 or 33.56% from 292); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2662 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C2662 is #63D99D. Grayscale: #505050. Windows color (decimal): -6543774 or 6432412. OLE color: 6432412.
HSL color Cylindrical-coordinate representation of color #9C2662: hue angle of 329.49º 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 #9C2662 is Cyan = 0, Magento = 0.76, Yellow = 0.37 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 38 | 98 | - |
| CMYK | 0 | 0.76 | 0.37 | 0.39 |
| HSL | 329.49º | 0.61% | 0.38% | - |
| HSV(B) | 329.49º | 0.76% | 0.61% | - |
| XYZ | 16.61 | 9.34 | 12.48 | - |
| YUV | 80.12 | 138.09 | 182.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 38 | 98 | 0 | 0.76 | 0.37 | 0.39 | 329.49 | 0.61 | 0.38 |
| Hex | 9C | 26 | 62 | 0 | 4C | 25 | 27 | 149 | 3D | 26 |
| Octal | 234 | 46 | 142 | 0 | 114 | 45 | 47 | 511 | 75 | 46 |
| Binary | 10011100 | 100110 | 1100010 | 0 | 1001100 | 100101 | 100111 | 101001001 | 111101 | 100110 |
Color Harmonies of #9C2662
Complementary color
Monochromatic Colors of #9C2662
Black with #9C2662
Text Example
Text Example
White with #9C2662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2662; }
p { color: rgb(156,38,98); }
H1.HeaderClassName
{
color: #9C2662;
}
.AnyTagClassName
{
color: #9C2662;
}
</style>
background-color css
<style>
a { background-color: #9C2662; }
a { background-color: rgb(156,38,98); }
div.DivClassName
{
background-color: #9C2662;
}
.BgClassName
{
background-color: #9C2662;
}
</style>
border-color css
<style>
span { border-color: #9C2662; }
span { border-color: rgb(156,38,98); }
td.TdClassName
{
border-color: #9C2662;
}
.TagClassName
{
border-color: #9C2662;
}
</style>