Shades of Lipstick #9C2D56
Tints of Lipstick #9C2D56
RGB
CMYK
RGB Variations
Color information
#9C2D56 (or 0x9C2D56) is known color: Lipstick. HEX triplet: 9C, 2D and 56. RGB value is (156,45,86). Sum of RGB (Red+Green+Blue) = 156+45+86=287 (38% of max value = 765). Red value is 156 (61.33% from 255 or 54.36% from 287); Green value is 45 (17.97% from 255 or 15.68% from 287); Blue value is 86 (33.98% from 255 or 29.97% from 287); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2D56 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C2D56 is #63D2A9. Grayscale: #525252. Windows color (decimal): -6541994 or 5647772. OLE color: 5647772.
HSL color Cylindrical-coordinate representation of color #9C2D56: hue angle of 337.84º 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 #9C2D56 is Cyan = 0, Magento = 0.71, Yellow = 0.45 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 45 | 86 | - |
| CMYK | 0 | 0.71 | 0.45 | 0.39 |
| HSL | 337.84º | 0.55% | 0.39% | - |
| HSV(B) | 337.84º | 0.71% | 0.61% | - |
| XYZ | 16.33 | 9.62 | 9.8 | - |
| YUV | 82.86 | 129.77 | 180.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 45 | 86 | 0 | 0.71 | 0.45 | 0.39 | 337.84 | 0.55 | 0.39 |
| Hex | 9C | 2D | 56 | 0 | 47 | 2D | 27 | 152 | 37 | 27 |
| Octal | 234 | 55 | 126 | 0 | 107 | 55 | 47 | 522 | 67 | 47 |
| Binary | 10011100 | 101101 | 1010110 | 0 | 1000111 | 101101 | 100111 | 101010010 | 110111 | 100111 |
Color Harmonies of #9C2D56
Complementary color
Monochromatic Colors of #9C2D56
Black with #9C2D56
Text Example
Text Example
White with #9C2D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2D56; }
p { color: rgb(156,45,86); }
H1.HeaderClassName
{
color: #9C2D56;
}
.AnyTagClassName
{
color: #9C2D56;
}
</style>
background-color css
<style>
a { background-color: #9C2D56; }
a { background-color: rgb(156,45,86); }
div.DivClassName
{
background-color: #9C2D56;
}
.BgClassName
{
background-color: #9C2D56;
}
</style>
border-color css
<style>
span { border-color: #9C2D56; }
span { border-color: rgb(156,45,86); }
td.TdClassName
{
border-color: #9C2D56;
}
.TagClassName
{
border-color: #9C2D56;
}
</style>