Shades of Lipstick #9C296C
Tints of Lipstick #9C296C
RGB
CMYK
RGB Variations
Color information
#9C296C (or 0x9C296C) is known color: Lipstick. HEX triplet: 9C, 29 and 6C. RGB value is (156,41,108). Sum of RGB (Red+Green+Blue) = 156+41+108=305 (40% of max value = 765). Red value is 156 (61.33% from 255 or 51.15% from 305); Green value is 41 (16.41% from 255 or 13.44% from 305); Blue value is 108 (42.58% from 255 or 35.41% from 305); Max value from RGB is 156 - color contains mainly: red. Hex color #9C296C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C296C is #63D693. Grayscale: #525252. Windows color (decimal): -6542996 or 7088540. OLE color: 7088540.
HSL color Cylindrical-coordinate representation of color #9C296C: hue angle of 325.04º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9C296C is Cyan = 0, Magento = 0.74, Yellow = 0.31 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 41 | 108 | - |
| CMYK | 0 | 0.74 | 0.31 | 0.39 |
| HSL | 325.04º | 0.58% | 0.39% | - |
| HSV(B) | 325.04º | 0.74% | 0.61% | - |
| XYZ | 17.21 | 9.74 | 15.16 | - |
| YUV | 83.02 | 142.1 | 180.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 41 | 108 | 0 | 0.74 | 0.31 | 0.39 | 325.04 | 0.58 | 0.39 |
| Hex | 9C | 29 | 6C | 0 | 4A | 1F | 27 | 145 | 3A | 27 |
| Octal | 234 | 51 | 154 | 0 | 112 | 37 | 47 | 505 | 72 | 47 |
| Binary | 10011100 | 101001 | 1101100 | 0 | 1001010 | 11111 | 100111 | 101000101 | 111010 | 100111 |
Color Harmonies of #9C296C
Complementary color
Monochromatic Colors of #9C296C
Black with #9C296C
Text Example
Text Example
White with #9C296C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C296C; }
p { color: rgb(156,41,108); }
H1.HeaderClassName
{
color: #9C296C;
}
.AnyTagClassName
{
color: #9C296C;
}
</style>
background-color css
<style>
a { background-color: #9C296C; }
a { background-color: rgb(156,41,108); }
div.DivClassName
{
background-color: #9C296C;
}
.BgClassName
{
background-color: #9C296C;
}
</style>
border-color css
<style>
span { border-color: #9C296C; }
span { border-color: rgb(156,41,108); }
td.TdClassName
{
border-color: #9C296C;
}
.TagClassName
{
border-color: #9C296C;
}
</style>