Shades of Lipstick #9C2B69
Tints of Lipstick #9C2B69
RGB
CMYK
RGB Variations
Color information
#9C2B69 (or 0x9C2B69) is known color: Lipstick. HEX triplet: 9C, 2B and 69. RGB value is (156,43,105). Sum of RGB (Red+Green+Blue) = 156+43+105=304 (40% of max value = 765). Red value is 156 (61.33% from 255 or 51.32% from 304); Green value is 43 (17.19% from 255 or 14.14% from 304); Blue value is 105 (41.41% from 255 or 34.54% from 304); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2B69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C2B69 is #63D496. Grayscale: #535353. Windows color (decimal): -6542487 or 6892444. OLE color: 6892444.
HSL color Cylindrical-coordinate representation of color #9C2B69: hue angle of 327.08º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9C2B69 is Cyan = 0, Magento = 0.72, Yellow = 0.33 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 43 | 105 | - |
| CMYK | 0 | 0.72 | 0.33 | 0.39 |
| HSL | 327.08º | 0.57% | 0.39% | - |
| HSV(B) | 327.08º | 0.72% | 0.61% | - |
| XYZ | 17.12 | 9.82 | 14.36 | - |
| YUV | 83.86 | 139.94 | 179.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 43 | 105 | 0 | 0.72 | 0.33 | 0.39 | 327.08 | 0.57 | 0.39 |
| Hex | 9C | 2B | 69 | 0 | 48 | 21 | 27 | 147 | 39 | 27 |
| Octal | 234 | 53 | 151 | 0 | 110 | 41 | 47 | 507 | 71 | 47 |
| Binary | 10011100 | 101011 | 1101001 | 0 | 1001000 | 100001 | 100111 | 101000111 | 111001 | 100111 |
Color Harmonies of #9C2B69
Complementary color
Monochromatic Colors of #9C2B69
Black with #9C2B69
Text Example
Text Example
White with #9C2B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2B69; }
p { color: rgb(156,43,105); }
H1.HeaderClassName
{
color: #9C2B69;
}
.AnyTagClassName
{
color: #9C2B69;
}
</style>
background-color css
<style>
a { background-color: #9C2B69; }
a { background-color: rgb(156,43,105); }
div.DivClassName
{
background-color: #9C2B69;
}
.BgClassName
{
background-color: #9C2B69;
}
</style>
border-color css
<style>
span { border-color: #9C2B69; }
span { border-color: rgb(156,43,105); }
td.TdClassName
{
border-color: #9C2B69;
}
.TagClassName
{
border-color: #9C2B69;
}
</style>