Shades of Lipstick #9C235C
Tints of Lipstick #9C235C
RGB
CMYK
RGB Variations
Color information
#9C235C (or 0x9C235C) is known color: Lipstick. HEX triplet: 9C, 23 and 5C. RGB value is (156,35,92). Sum of RGB (Red+Green+Blue) = 156+35+92=283 (37% of max value = 765). Red value is 156 (61.33% from 255 or 55.12% from 283); Green value is 35 (14.06% from 255 or 12.37% from 283); Blue value is 92 (36.33% from 255 or 32.51% from 283); Max value from RGB is 156 - color contains mainly: red. Hex color #9C235C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C235C is #63DCA3. Grayscale: #4D4D4D. Windows color (decimal): -6544548 or 6038428. OLE color: 6038428.
HSL color Cylindrical-coordinate representation of color #9C235C: hue angle of 331.74º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9C235C is Cyan = 0, Magento = 0.78, Yellow = 0.41 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 35 | 92 | - |
| CMYK | 0 | 0.78 | 0.41 | 0.39 |
| HSL | 331.74º | 0.63% | 0.37% | - |
| HSV(B) | 331.74º | 0.78% | 0.61% | - |
| XYZ | 16.24 | 9.04 | 11.01 | - |
| YUV | 77.68 | 136.09 | 183.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 35 | 92 | 0 | 0.78 | 0.41 | 0.39 | 331.74 | 0.63 | 0.37 |
| Hex | 9C | 23 | 5C | 0 | 4E | 29 | 27 | 14C | 3F | 25 |
| Octal | 234 | 43 | 134 | 0 | 116 | 51 | 47 | 514 | 77 | 45 |
| Binary | 10011100 | 100011 | 1011100 | 0 | 1001110 | 101001 | 100111 | 101001100 | 111111 | 100101 |
Color Harmonies of #9C235C
Complementary color
Monochromatic Colors of #9C235C
Black with #9C235C
Text Example
Text Example
White with #9C235C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C235C; }
p { color: rgb(156,35,92); }
H1.HeaderClassName
{
color: #9C235C;
}
.AnyTagClassName
{
color: #9C235C;
}
</style>
background-color css
<style>
a { background-color: #9C235C; }
a { background-color: rgb(156,35,92); }
div.DivClassName
{
background-color: #9C235C;
}
.BgClassName
{
background-color: #9C235C;
}
</style>
border-color css
<style>
span { border-color: #9C235C; }
span { border-color: rgb(156,35,92); }
td.TdClassName
{
border-color: #9C235C;
}
.TagClassName
{
border-color: #9C235C;
}
</style>