Shades of Lipstick #9C2B6E
Tints of Lipstick #9C2B6E
RGB
CMYK
RGB Variations
Color information
#9C2B6E (or 0x9C2B6E) is known color: Lipstick. HEX triplet: 9C, 2B and 6E. RGB value is (156,43,110). Sum of RGB (Red+Green+Blue) = 156+43+110=309 (40% of max value = 765). Red value is 156 (61.33% from 255 or 50.49% from 309); Green value is 43 (17.19% from 255 or 13.92% from 309); Blue value is 110 (43.36% from 255 or 35.60% from 309); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2B6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C2B6E is #63D491. Grayscale: #545454. Windows color (decimal): -6542482 or 7220124. OLE color: 7220124.
HSL color Cylindrical-coordinate representation of color #9C2B6E: hue angle of 324.42º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9C2B6E is Cyan = 0, Magento = 0.72, Yellow = 0.29 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 43 | 110 | - |
| CMYK | 0 | 0.72 | 0.29 | 0.39 |
| HSL | 324.42º | 0.57% | 0.39% | - |
| HSV(B) | 324.42º | 0.72% | 0.61% | - |
| XYZ | 17.39 | 9.92 | 15.75 | - |
| YUV | 84.43 | 142.44 | 179.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 43 | 110 | 0 | 0.72 | 0.29 | 0.39 | 324.42 | 0.57 | 0.39 |
| Hex | 9C | 2B | 6E | 0 | 48 | 1D | 27 | 144 | 39 | 27 |
| Octal | 234 | 53 | 156 | 0 | 110 | 35 | 47 | 504 | 71 | 47 |
| Binary | 10011100 | 101011 | 1101110 | 0 | 1001000 | 11101 | 100111 | 101000100 | 111001 | 100111 |
Color Harmonies of #9C2B6E
Complementary color
Monochromatic Colors of #9C2B6E
Black with #9C2B6E
Text Example
Text Example
White with #9C2B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2B6E; }
p { color: rgb(156,43,110); }
H1.HeaderClassName
{
color: #9C2B6E;
}
.AnyTagClassName
{
color: #9C2B6E;
}
</style>
background-color css
<style>
a { background-color: #9C2B6E; }
a { background-color: rgb(156,43,110); }
div.DivClassName
{
background-color: #9C2B6E;
}
.BgClassName
{
background-color: #9C2B6E;
}
</style>
border-color css
<style>
span { border-color: #9C2B6E; }
span { border-color: rgb(156,43,110); }
td.TdClassName
{
border-color: #9C2B6E;
}
.TagClassName
{
border-color: #9C2B6E;
}
</style>