Shades of Lipstick #9C325C
Tints of Lipstick #9C325C
RGB
CMYK
RGB Variations
Color information
#9C325C (or 0x9C325C) is known color: Lipstick. HEX triplet: 9C, 32 and 5C. RGB value is (156,50,92). Sum of RGB (Red+Green+Blue) = 156+50+92=298 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.35% from 298); Green value is 50 (19.92% from 255 or 16.78% from 298); Blue value is 92 (36.33% from 255 or 30.87% from 298); Max value from RGB is 156 - color contains mainly: red. Hex color #9C325C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C325C is #63CDA3. Grayscale: #565656. Windows color (decimal): -6540708 or 6042268. OLE color: 6042268.
HSL color Cylindrical-coordinate representation of color #9C325C: hue angle of 336.23º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9C325C is Cyan = 0, Magento = 0.68, Yellow = 0.41 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 50 | 92 | - |
| CMYK | 0 | 0.68 | 0.41 | 0.39 |
| HSL | 336.23º | 0.51% | 0.4% | - |
| HSV(B) | 336.23º | 0.68% | 0.61% | - |
| XYZ | 16.78 | 10.12 | 11.19 | - |
| YUV | 86.48 | 131.12 | 177.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 50 | 92 | 0 | 0.68 | 0.41 | 0.39 | 336.23 | 0.51 | 0.4 |
| Hex | 9C | 32 | 5C | 0 | 44 | 29 | 27 | 150 | 33 | 28 |
| Octal | 234 | 62 | 134 | 0 | 104 | 51 | 47 | 520 | 63 | 50 |
| Binary | 10011100 | 110010 | 1011100 | 0 | 1000100 | 101001 | 100111 | 101010000 | 110011 | 101000 |
Color Harmonies of #9C325C
Complementary color
Monochromatic Colors of #9C325C
Black with #9C325C
Text Example
Text Example
White with #9C325C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C325C; }
p { color: rgb(156,50,92); }
H1.HeaderClassName
{
color: #9C325C;
}
.AnyTagClassName
{
color: #9C325C;
}
</style>
background-color css
<style>
a { background-color: #9C325C; }
a { background-color: rgb(156,50,92); }
div.DivClassName
{
background-color: #9C325C;
}
.BgClassName
{
background-color: #9C325C;
}
</style>
border-color css
<style>
span { border-color: #9C325C; }
span { border-color: rgb(156,50,92); }
td.TdClassName
{
border-color: #9C325C;
}
.TagClassName
{
border-color: #9C325C;
}
</style>