Shades of Lipstick #9C2863
Tints of Lipstick #9C2863
RGB
CMYK
RGB Variations
Color information
#9C2863 (or 0x9C2863) is known color: Lipstick. HEX triplet: 9C, 28 and 63. RGB value is (156,40,99). Sum of RGB (Red+Green+Blue) = 156+40+99=295 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.88% from 295); Green value is 40 (16.02% from 255 or 13.56% from 295); Blue value is 99 (39.06% from 255 or 33.56% from 295); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2863 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C2863 is #63D79C. Grayscale: #515151. Windows color (decimal): -6543261 or 6498460. OLE color: 6498460.
HSL color Cylindrical-coordinate representation of color #9C2863: hue angle of 329.48º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9C2863 is Cyan = 0, Magento = 0.74, Yellow = 0.37 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 40 | 99 | - |
| CMYK | 0 | 0.74 | 0.37 | 0.39 |
| HSL | 329.48º | 0.59% | 0.38% | - |
| HSV(B) | 329.48º | 0.74% | 0.61% | - |
| XYZ | 16.72 | 9.49 | 12.75 | - |
| YUV | 81.41 | 137.93 | 181.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 40 | 99 | 0 | 0.74 | 0.37 | 0.39 | 329.48 | 0.59 | 0.38 |
| Hex | 9C | 28 | 63 | 0 | 4A | 25 | 27 | 149 | 3B | 26 |
| Octal | 234 | 50 | 143 | 0 | 112 | 45 | 47 | 511 | 73 | 46 |
| Binary | 10011100 | 101000 | 1100011 | 0 | 1001010 | 100101 | 100111 | 101001001 | 111011 | 100110 |
Color Harmonies of #9C2863
Complementary color
Monochromatic Colors of #9C2863
Black with #9C2863
Text Example
Text Example
White with #9C2863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2863; }
p { color: rgb(156,40,99); }
H1.HeaderClassName
{
color: #9C2863;
}
.AnyTagClassName
{
color: #9C2863;
}
</style>
background-color css
<style>
a { background-color: #9C2863; }
a { background-color: rgb(156,40,99); }
div.DivClassName
{
background-color: #9C2863;
}
.BgClassName
{
background-color: #9C2863;
}
</style>
border-color css
<style>
span { border-color: #9C2863; }
span { border-color: rgb(156,40,99); }
td.TdClassName
{
border-color: #9C2863;
}
.TagClassName
{
border-color: #9C2863;
}
</style>