Shades of Lipstick #9C285C
Tints of Lipstick #9C285C
RGB
CMYK
RGB Variations
Color information
#9C285C (or 0x9C285C) is known color: Lipstick. HEX triplet: 9C, 28 and 5C. RGB value is (156,40,92). Sum of RGB (Red+Green+Blue) = 156+40+92=288 (38% of max value = 765). Red value is 156 (61.33% from 255 or 54.17% from 288); Green value is 40 (16.02% from 255 or 13.89% from 288); Blue value is 92 (36.33% from 255 or 31.94% from 288); Max value from RGB is 156 - color contains mainly: red. Hex color #9C285C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C285C is #63D7A3. Grayscale: #505050. Windows color (decimal): -6543268 or 6039708. OLE color: 6039708.
HSL color Cylindrical-coordinate representation of color #9C285C: hue angle of 333.1º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9C285C is Cyan = 0, Magento = 0.74, Yellow = 0.41 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 40 | 92 | - |
| CMYK | 0 | 0.74 | 0.41 | 0.39 |
| HSL | 333.1º | 0.59% | 0.38% | - |
| HSV(B) | 333.1º | 0.74% | 0.61% | - |
| XYZ | 16.4 | 9.36 | 11.07 | - |
| YUV | 80.61 | 134.43 | 181.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 40 | 92 | 0 | 0.74 | 0.41 | 0.39 | 333.1 | 0.59 | 0.38 |
| Hex | 9C | 28 | 5C | 0 | 4A | 29 | 27 | 14D | 3B | 26 |
| Octal | 234 | 50 | 134 | 0 | 112 | 51 | 47 | 515 | 73 | 46 |
| Binary | 10011100 | 101000 | 1011100 | 0 | 1001010 | 101001 | 100111 | 101001101 | 111011 | 100110 |
Color Harmonies of #9C285C
Complementary color
Monochromatic Colors of #9C285C
Black with #9C285C
Text Example
Text Example
White with #9C285C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C285C; }
p { color: rgb(156,40,92); }
H1.HeaderClassName
{
color: #9C285C;
}
.AnyTagClassName
{
color: #9C285C;
}
</style>
background-color css
<style>
a { background-color: #9C285C; }
a { background-color: rgb(156,40,92); }
div.DivClassName
{
background-color: #9C285C;
}
.BgClassName
{
background-color: #9C285C;
}
</style>
border-color css
<style>
span { border-color: #9C285C; }
span { border-color: rgb(156,40,92); }
td.TdClassName
{
border-color: #9C285C;
}
.TagClassName
{
border-color: #9C285C;
}
</style>