Shades of Lipstick #962C64
Tints of Lipstick #962C64
RGB
CMYK
RGB Variations
Color information
#962C64 (or 0x962C64) is known color: Lipstick. HEX triplet: 96, 2C and 64. RGB value is (150,44,100). Sum of RGB (Red+Green+Blue) = 150+44+100=294 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.02% from 294); Green value is 44 (17.58% from 255 or 14.97% from 294); Blue value is 100 (39.45% from 255 or 34.01% from 294); Max value from RGB is 150 - color contains mainly: red. Hex color #962C64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962C64 is #69D39B. Grayscale: #515151. Windows color (decimal): -6935452 or 6565014. OLE color: 6565014.
HSL color Cylindrical-coordinate representation of color #962C64: hue angle of 328.3º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #962C64 is Cyan = 0, Magento = 0.71, Yellow = 0.33 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 44 | 100 | - |
| CMYK | 0 | 0.71 | 0.33 | 0.41 |
| HSL | 328.3º | 0.55% | 0.38% | - |
| HSV(B) | 328.3º | 0.71% | 0.59% | - |
| XYZ | 15.78 | 9.21 | 13 | - |
| YUV | 82.08 | 138.12 | 176.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 44 | 100 | 0 | 0.71 | 0.33 | 0.41 | 328.3 | 0.55 | 0.38 |
| Hex | 96 | 2C | 64 | 0 | 47 | 21 | 29 | 148 | 37 | 26 |
| Octal | 226 | 54 | 144 | 0 | 107 | 41 | 51 | 510 | 67 | 46 |
| Binary | 10010110 | 101100 | 1100100 | 0 | 1000111 | 100001 | 101001 | 101001000 | 110111 | 100110 |
Color Harmonies of #962C64
Complementary color
Monochromatic Colors of #962C64
Black with #962C64
Text Example
Text Example
White with #962C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962C64; }
p { color: rgb(150,44,100); }
H1.HeaderClassName
{
color: #962C64;
}
.AnyTagClassName
{
color: #962C64;
}
</style>
background-color css
<style>
a { background-color: #962C64; }
a { background-color: rgb(150,44,100); }
div.DivClassName
{
background-color: #962C64;
}
.BgClassName
{
background-color: #962C64;
}
</style>
border-color css
<style>
span { border-color: #962C64; }
span { border-color: rgb(150,44,100); }
td.TdClassName
{
border-color: #962C64;
}
.TagClassName
{
border-color: #962C64;
}
</style>