Shades of Lipstick #9C2657
Tints of Lipstick #9C2657
RGB
CMYK
RGB Variations
Color information
#9C2657 (or 0x9C2657) is known color: Lipstick. HEX triplet: 9C, 26 and 57. RGB value is (156,38,87). Sum of RGB (Red+Green+Blue) = 156+38+87=281 (37% of max value = 765). Red value is 156 (61.33% from 255 or 55.52% from 281); Green value is 38 (15.23% from 255 or 13.52% from 281); Blue value is 87 (34.38% from 255 or 30.96% from 281); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2657 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C2657 is #63D9A8. Grayscale: #4E4E4E. Windows color (decimal): -6543785 or 5711516. OLE color: 5711516.
HSL color Cylindrical-coordinate representation of color #9C2657: hue angle of 335.08º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9C2657 is Cyan = 0, Magento = 0.76, Yellow = 0.44 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 38 | 87 | - |
| CMYK | 0 | 0.76 | 0.44 | 0.39 |
| HSL | 335.08º | 0.61% | 0.38% | - |
| HSV(B) | 335.08º | 0.76% | 0.61% | - |
| XYZ | 16.12 | 9.14 | 9.93 | - |
| YUV | 78.87 | 132.59 | 183.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 38 | 87 | 0 | 0.76 | 0.44 | 0.39 | 335.08 | 0.61 | 0.38 |
| Hex | 9C | 26 | 57 | 0 | 4C | 2C | 27 | 14F | 3D | 26 |
| Octal | 234 | 46 | 127 | 0 | 114 | 54 | 47 | 517 | 75 | 46 |
| Binary | 10011100 | 100110 | 1010111 | 0 | 1001100 | 101100 | 100111 | 101001111 | 111101 | 100110 |
Color Harmonies of #9C2657
Complementary color
Monochromatic Colors of #9C2657
Black with #9C2657
Text Example
Text Example
White with #9C2657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2657; }
p { color: rgb(156,38,87); }
H1.HeaderClassName
{
color: #9C2657;
}
.AnyTagClassName
{
color: #9C2657;
}
</style>
background-color css
<style>
a { background-color: #9C2657; }
a { background-color: rgb(156,38,87); }
div.DivClassName
{
background-color: #9C2657;
}
.BgClassName
{
background-color: #9C2657;
}
</style>
border-color css
<style>
span { border-color: #9C2657; }
span { border-color: rgb(156,38,87); }
td.TdClassName
{
border-color: #9C2657;
}
.TagClassName
{
border-color: #9C2657;
}
</style>