Shades of Lipstick #9C2665
Tints of Lipstick #9C2665
RGB
CMYK
RGB Variations
Color information
#9C2665 (or 0x9C2665) is known color: Lipstick. HEX triplet: 9C, 26 and 65. RGB value is (156,38,101). Sum of RGB (Red+Green+Blue) = 156+38+101=295 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.88% from 295); Green value is 38 (15.23% from 255 or 12.88% from 295); Blue value is 101 (39.84% from 255 or 34.24% from 295); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2665 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C2665 is #63D99A. Grayscale: #505050. Windows color (decimal): -6543771 or 6629020. OLE color: 6629020.
HSL color Cylindrical-coordinate representation of color #9C2665: hue angle of 327.97º 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 #9C2665 is Cyan = 0, Magento = 0.76, Yellow = 0.35 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 38 | 101 | - |
| CMYK | 0 | 0.76 | 0.35 | 0.39 |
| HSL | 327.97º | 0.61% | 0.38% | - |
| HSV(B) | 327.97º | 0.76% | 0.61% | - |
| XYZ | 16.75 | 9.39 | 13.24 | - |
| YUV | 80.46 | 139.59 | 181.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 38 | 101 | 0 | 0.76 | 0.35 | 0.39 | 327.97 | 0.61 | 0.38 |
| Hex | 9C | 26 | 65 | 0 | 4C | 23 | 27 | 148 | 3D | 26 |
| Octal | 234 | 46 | 145 | 0 | 114 | 43 | 47 | 510 | 75 | 46 |
| Binary | 10011100 | 100110 | 1100101 | 0 | 1001100 | 100011 | 100111 | 101001000 | 111101 | 100110 |
Color Harmonies of #9C2665
Complementary color
Monochromatic Colors of #9C2665
Black with #9C2665
Text Example
Text Example
White with #9C2665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2665; }
p { color: rgb(156,38,101); }
H1.HeaderClassName
{
color: #9C2665;
}
.AnyTagClassName
{
color: #9C2665;
}
</style>
background-color css
<style>
a { background-color: #9C2665; }
a { background-color: rgb(156,38,101); }
div.DivClassName
{
background-color: #9C2665;
}
.BgClassName
{
background-color: #9C2665;
}
</style>
border-color css
<style>
span { border-color: #9C2665; }
span { border-color: rgb(156,38,101); }
td.TdClassName
{
border-color: #9C2665;
}
.TagClassName
{
border-color: #9C2665;
}
</style>