Shades of Lipstick #9C2D46
Tints of Lipstick #9C2D46
RGB
CMYK
RGB Variations
Color information
#9C2D46 (or 0x9C2D46) is known color: Lipstick. HEX triplet: 9C, 2D and 46. RGB value is (156,45,70). Sum of RGB (Red+Green+Blue) = 156+45+70=271 (35% of max value = 765). Red value is 156 (61.33% from 255 or 57.56% from 271); Green value is 45 (17.97% from 255 or 16.61% from 271); Blue value is 70 (27.73% from 255 or 25.83% from 271); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2D46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C2D46 is #63D2B9. Grayscale: #515151. Windows color (decimal): -6542010 or 4599196. OLE color: 4599196.
HSL color Cylindrical-coordinate representation of color #9C2D46: hue angle of 346.49º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9C2D46 is Cyan = 0, Magento = 0.71, Yellow = 0.55 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 45 | 70 | - |
| CMYK | 0 | 0.71 | 0.55 | 0.39 |
| HSL | 346.49º | 0.55% | 0.39% | - |
| HSV(B) | 346.49º | 0.71% | 0.61% | - |
| XYZ | 15.75 | 9.39 | 6.78 | - |
| YUV | 81.04 | 121.77 | 181.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 45 | 70 | 0 | 0.71 | 0.55 | 0.39 | 346.49 | 0.55 | 0.39 |
| Hex | 9C | 2D | 46 | 0 | 47 | 37 | 27 | 15A | 37 | 27 |
| Octal | 234 | 55 | 106 | 0 | 107 | 67 | 47 | 532 | 67 | 47 |
| Binary | 10011100 | 101101 | 1000110 | 0 | 1000111 | 110111 | 100111 | 101011010 | 110111 | 100111 |
Color Harmonies of #9C2D46
Complementary color
Monochromatic Colors of #9C2D46
Black with #9C2D46
Text Example
Text Example
White with #9C2D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2D46; }
p { color: rgb(156,45,70); }
H1.HeaderClassName
{
color: #9C2D46;
}
.AnyTagClassName
{
color: #9C2D46;
}
</style>
background-color css
<style>
a { background-color: #9C2D46; }
a { background-color: rgb(156,45,70); }
div.DivClassName
{
background-color: #9C2D46;
}
.BgClassName
{
background-color: #9C2D46;
}
</style>
border-color css
<style>
span { border-color: #9C2D46; }
span { border-color: rgb(156,45,70); }
td.TdClassName
{
border-color: #9C2D46;
}
.TagClassName
{
border-color: #9C2D46;
}
</style>