Shades of Lipstick #9C2666
Tints of Lipstick #9C2666
RGB
CMYK
RGB Variations
Color information
#9C2666 (or 0x9C2666) is known color: Lipstick. HEX triplet: 9C, 26 and 66. RGB value is (156,38,102). Sum of RGB (Red+Green+Blue) = 156+38+102=296 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.70% from 296); Green value is 38 (15.23% from 255 or 12.84% from 296); Blue value is 102 (40.23% from 255 or 34.46% from 296); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2666 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C2666 is #63D999. Grayscale: #505050. Windows color (decimal): -6543770 or 6694556. OLE color: 6694556.
HSL color Cylindrical-coordinate representation of color #9C2666: hue angle of 327.46º 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 #9C2666 is Cyan = 0, Magento = 0.76, Yellow = 0.35 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 38 | 102 | - |
| CMYK | 0 | 0.76 | 0.35 | 0.39 |
| HSL | 327.46º | 0.61% | 0.38% | - |
| HSV(B) | 327.46º | 0.76% | 0.61% | - |
| XYZ | 16.8 | 9.41 | 13.5 | - |
| YUV | 80.58 | 140.09 | 181.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 38 | 102 | 0 | 0.76 | 0.35 | 0.39 | 327.46 | 0.61 | 0.38 |
| Hex | 9C | 26 | 66 | 0 | 4C | 23 | 27 | 147 | 3D | 26 |
| Octal | 234 | 46 | 146 | 0 | 114 | 43 | 47 | 507 | 75 | 46 |
| Binary | 10011100 | 100110 | 1100110 | 0 | 1001100 | 100011 | 100111 | 101000111 | 111101 | 100110 |
Color Harmonies of #9C2666
Complementary color
Monochromatic Colors of #9C2666
Black with #9C2666
Text Example
Text Example
White with #9C2666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2666; }
p { color: rgb(156,38,102); }
H1.HeaderClassName
{
color: #9C2666;
}
.AnyTagClassName
{
color: #9C2666;
}
</style>
background-color css
<style>
a { background-color: #9C2666; }
a { background-color: rgb(156,38,102); }
div.DivClassName
{
background-color: #9C2666;
}
.BgClassName
{
background-color: #9C2666;
}
</style>
border-color css
<style>
span { border-color: #9C2666; }
span { border-color: rgb(156,38,102); }
td.TdClassName
{
border-color: #9C2666;
}
.TagClassName
{
border-color: #9C2666;
}
</style>