Shades of Lipstick #9C2A46
Tints of Lipstick #9C2A46
RGB
CMYK
RGB Variations
Color information
#9C2A46 (or 0x9C2A46) is known color: Lipstick. HEX triplet: 9C, 2A and 46. RGB value is (156,42,70). Sum of RGB (Red+Green+Blue) = 156+42+70=268 (35% of max value = 765). Red value is 156 (61.33% from 255 or 58.21% from 268); Green value is 42 (16.80% from 255 or 15.67% from 268); Blue value is 70 (27.73% from 255 or 26.12% from 268); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2A46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C2A46 is #63D5B9. Grayscale: #4F4F4F. Windows color (decimal): -6542778 or 4598428. OLE color: 4598428.
HSL color Cylindrical-coordinate representation of color #9C2A46: hue angle of 345.26º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9C2A46 is Cyan = 0, Magento = 0.73, Yellow = 0.55 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 42 | 70 | - |
| CMYK | 0 | 0.73 | 0.55 | 0.39 |
| HSL | 345.26º | 0.58% | 0.39% | - |
| HSV(B) | 345.26º | 0.73% | 0.61% | - |
| XYZ | 15.64 | 9.17 | 6.74 | - |
| YUV | 79.28 | 122.77 | 182.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 42 | 70 | 0 | 0.73 | 0.55 | 0.39 | 345.26 | 0.58 | 0.39 |
| Hex | 9C | 2A | 46 | 0 | 49 | 37 | 27 | 159 | 3A | 27 |
| Octal | 234 | 52 | 106 | 0 | 111 | 67 | 47 | 531 | 72 | 47 |
| Binary | 10011100 | 101010 | 1000110 | 0 | 1001001 | 110111 | 100111 | 101011001 | 111010 | 100111 |
Color Harmonies of #9C2A46
Complementary color
Monochromatic Colors of #9C2A46
Black with #9C2A46
Text Example
Text Example
White with #9C2A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2A46; }
p { color: rgb(156,42,70); }
H1.HeaderClassName
{
color: #9C2A46;
}
.AnyTagClassName
{
color: #9C2A46;
}
</style>
background-color css
<style>
a { background-color: #9C2A46; }
a { background-color: rgb(156,42,70); }
div.DivClassName
{
background-color: #9C2A46;
}
.BgClassName
{
background-color: #9C2A46;
}
</style>
border-color css
<style>
span { border-color: #9C2A46; }
span { border-color: rgb(156,42,70); }
td.TdClassName
{
border-color: #9C2A46;
}
.TagClassName
{
border-color: #9C2A46;
}
</style>