Shades of Lipstick #9C2364
Tints of Lipstick #9C2364
RGB
CMYK
RGB Variations
Color information
#9C2364 (or 0x9C2364) is known color: Lipstick. HEX triplet: 9C, 23 and 64. RGB value is (156,35,100). Sum of RGB (Red+Green+Blue) = 156+35+100=291 (38% of max value = 765). Red value is 156 (61.33% from 255 or 53.61% from 291); Green value is 35 (14.06% from 255 or 12.03% from 291); Blue value is 100 (39.45% from 255 or 34.36% from 291); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2364 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C2364 is #63DC9B. Grayscale: #4E4E4E. Windows color (decimal): -6544540 or 6562716. OLE color: 6562716.
HSL color Cylindrical-coordinate representation of color #9C2364: hue angle of 327.77º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9C2364 is Cyan = 0, Magento = 0.78, Yellow = 0.36 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 35 | 100 | - |
| CMYK | 0 | 0.78 | 0.36 | 0.39 |
| HSL | 327.77º | 0.63% | 0.37% | - |
| HSV(B) | 327.77º | 0.78% | 0.61% | - |
| XYZ | 16.61 | 9.19 | 12.95 | - |
| YUV | 78.59 | 140.09 | 183.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 35 | 100 | 0 | 0.78 | 0.36 | 0.39 | 327.77 | 0.63 | 0.37 |
| Hex | 9C | 23 | 64 | 0 | 4E | 24 | 27 | 148 | 3F | 25 |
| Octal | 234 | 43 | 144 | 0 | 116 | 44 | 47 | 510 | 77 | 45 |
| Binary | 10011100 | 100011 | 1100100 | 0 | 1001110 | 100100 | 100111 | 101001000 | 111111 | 100101 |
Color Harmonies of #9C2364
Complementary color
Monochromatic Colors of #9C2364
Black with #9C2364
Text Example
Text Example
White with #9C2364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2364; }
p { color: rgb(156,35,100); }
H1.HeaderClassName
{
color: #9C2364;
}
.AnyTagClassName
{
color: #9C2364;
}
</style>
background-color css
<style>
a { background-color: #9C2364; }
a { background-color: rgb(156,35,100); }
div.DivClassName
{
background-color: #9C2364;
}
.BgClassName
{
background-color: #9C2364;
}
</style>
border-color css
<style>
span { border-color: #9C2364; }
span { border-color: rgb(156,35,100); }
td.TdClassName
{
border-color: #9C2364;
}
.TagClassName
{
border-color: #9C2364;
}
</style>