Shades of Lipstick #9C265B
Tints of Lipstick #9C265B
RGB
CMYK
RGB Variations
Color information
#9C265B (or 0x9C265B) is known color: Lipstick. HEX triplet: 9C, 26 and 5B. RGB value is (156,38,91). Sum of RGB (Red+Green+Blue) = 156+38+91=285 (37% of max value = 765). Red value is 156 (61.33% from 255 or 54.74% from 285); Green value is 38 (15.23% from 255 or 13.33% from 285); Blue value is 91 (35.94% from 255 or 31.93% from 285); Max value from RGB is 156 - color contains mainly: red. Hex color #9C265B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C265B is #63D9A4. Grayscale: #4F4F4F. Windows color (decimal): -6543781 or 5973660. OLE color: 5973660.
HSL color Cylindrical-coordinate representation of color #9C265B: hue angle of 333.05º 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 #9C265B is Cyan = 0, Magento = 0.76, Yellow = 0.42 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 38 | 91 | - |
| CMYK | 0 | 0.76 | 0.42 | 0.39 |
| HSL | 333.05º | 0.61% | 0.38% | - |
| HSV(B) | 333.05º | 0.76% | 0.61% | - |
| XYZ | 16.29 | 9.21 | 10.82 | - |
| YUV | 79.32 | 134.59 | 182.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 38 | 91 | 0 | 0.76 | 0.42 | 0.39 | 333.05 | 0.61 | 0.38 |
| Hex | 9C | 26 | 5B | 0 | 4C | 2A | 27 | 14D | 3D | 26 |
| Octal | 234 | 46 | 133 | 0 | 114 | 52 | 47 | 515 | 75 | 46 |
| Binary | 10011100 | 100110 | 1011011 | 0 | 1001100 | 101010 | 100111 | 101001101 | 111101 | 100110 |
Color Harmonies of #9C265B
Complementary color
Monochromatic Colors of #9C265B
Black with #9C265B
Text Example
Text Example
White with #9C265B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C265B; }
p { color: rgb(156,38,91); }
H1.HeaderClassName
{
color: #9C265B;
}
.AnyTagClassName
{
color: #9C265B;
}
</style>
background-color css
<style>
a { background-color: #9C265B; }
a { background-color: rgb(156,38,91); }
div.DivClassName
{
background-color: #9C265B;
}
.BgClassName
{
background-color: #9C265B;
}
</style>
border-color css
<style>
span { border-color: #9C265B; }
span { border-color: rgb(156,38,91); }
td.TdClassName
{
border-color: #9C265B;
}
.TagClassName
{
border-color: #9C265B;
}
</style>