Shades of Lipstick #9C2867
Tints of Lipstick #9C2867
RGB
CMYK
RGB Variations
Color information
#9C2867 (or 0x9C2867) is known color: Lipstick. HEX triplet: 9C, 28 and 67. RGB value is (156,40,103). Sum of RGB (Red+Green+Blue) = 156+40+103=299 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.17% from 299); Green value is 40 (16.02% from 255 or 13.38% from 299); Blue value is 103 (40.62% from 255 or 34.45% from 299); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2867 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C2867 is #63D798. Grayscale: #515151. Windows color (decimal): -6543257 or 6760604. OLE color: 6760604.
HSL color Cylindrical-coordinate representation of color #9C2867: hue angle of 327.41º 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 #9C2867 is Cyan = 0, Magento = 0.74, Yellow = 0.34 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 40 | 103 | - |
| CMYK | 0 | 0.74 | 0.34 | 0.39 |
| HSL | 327.41º | 0.59% | 0.38% | - |
| HSV(B) | 327.41º | 0.74% | 0.61% | - |
| XYZ | 16.92 | 9.56 | 13.79 | - |
| YUV | 81.87 | 139.93 | 180.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 40 | 103 | 0 | 0.74 | 0.34 | 0.39 | 327.41 | 0.59 | 0.38 |
| Hex | 9C | 28 | 67 | 0 | 4A | 22 | 27 | 147 | 3B | 26 |
| Octal | 234 | 50 | 147 | 0 | 112 | 42 | 47 | 507 | 73 | 46 |
| Binary | 10011100 | 101000 | 1100111 | 0 | 1001010 | 100010 | 100111 | 101000111 | 111011 | 100110 |
Color Harmonies of #9C2867
Complementary color
Monochromatic Colors of #9C2867
Black with #9C2867
Text Example
Text Example
White with #9C2867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2867; }
p { color: rgb(156,40,103); }
H1.HeaderClassName
{
color: #9C2867;
}
.AnyTagClassName
{
color: #9C2867;
}
</style>
background-color css
<style>
a { background-color: #9C2867; }
a { background-color: rgb(156,40,103); }
div.DivClassName
{
background-color: #9C2867;
}
.BgClassName
{
background-color: #9C2867;
}
</style>
border-color css
<style>
span { border-color: #9C2867; }
span { border-color: rgb(156,40,103); }
td.TdClassName
{
border-color: #9C2867;
}
.TagClassName
{
border-color: #9C2867;
}
</style>