Shades of Lipstick #9C2262
Tints of Lipstick #9C2262
RGB
CMYK
RGB Variations
Color information
#9C2262 (or 0x9C2262) is known color: Lipstick. HEX triplet: 9C, 22 and 62. RGB value is (156,34,98). Sum of RGB (Red+Green+Blue) = 156+34+98=288 (38% of max value = 765). Red value is 156 (61.33% from 255 or 54.17% from 288); Green value is 34 (13.67% from 255 or 11.81% from 288); Blue value is 98 (38.67% from 255 or 34.03% from 288); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2262 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C2262 is #63DD9D. Grayscale: #4D4D4D. Windows color (decimal): -6544798 or 6431388. OLE color: 6431388.
HSL color Cylindrical-coordinate representation of color #9C2262: hue angle of 328.52º degrees, saturation: 0.64, 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 #9C2262 is Cyan = 0, Magento = 0.78, Yellow = 0.37 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 34 | 98 | - |
| CMYK | 0 | 0.78 | 0.37 | 0.39 |
| HSL | 328.52º | 0.64% | 0.37% | - |
| HSV(B) | 328.52º | 0.78% | 0.61% | - |
| XYZ | 16.49 | 9.09 | 12.44 | - |
| YUV | 77.77 | 139.42 | 183.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 34 | 98 | 0 | 0.78 | 0.37 | 0.39 | 328.52 | 0.64 | 0.37 |
| Hex | 9C | 22 | 62 | 0 | 4E | 25 | 27 | 149 | 40 | 25 |
| Octal | 234 | 42 | 142 | 0 | 116 | 45 | 47 | 511 | 100 | 45 |
| Binary | 10011100 | 100010 | 1100010 | 0 | 1001110 | 100101 | 100111 | 101001001 | 1000000 | 100101 |
Color Harmonies of #9C2262
Complementary color
Monochromatic Colors of #9C2262
Black with #9C2262
Text Example
Text Example
White with #9C2262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2262; }
p { color: rgb(156,34,98); }
H1.HeaderClassName
{
color: #9C2262;
}
.AnyTagClassName
{
color: #9C2262;
}
</style>
background-color css
<style>
a { background-color: #9C2262; }
a { background-color: rgb(156,34,98); }
div.DivClassName
{
background-color: #9C2262;
}
.BgClassName
{
background-color: #9C2262;
}
</style>
border-color css
<style>
span { border-color: #9C2262; }
span { border-color: rgb(156,34,98); }
td.TdClassName
{
border-color: #9C2262;
}
.TagClassName
{
border-color: #9C2262;
}
</style>