Shades of Lipstick #9C2469
Tints of Lipstick #9C2469
RGB
CMYK
RGB Variations
Color information
#9C2469 (or 0x9C2469) is known color: Lipstick. HEX triplet: 9C, 24 and 69. RGB value is (156,36,105). Sum of RGB (Red+Green+Blue) = 156+36+105=297 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.53% from 297); Green value is 36 (14.45% from 255 or 12.12% from 297); Blue value is 105 (41.41% from 255 or 35.35% from 297); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2469 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C2469 is #63DB96. Grayscale: #4F4F4F. Windows color (decimal): -6544279 or 6890652. OLE color: 6890652.
HSL color Cylindrical-coordinate representation of color #9C2469: hue angle of 325.5º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9C2469 is Cyan = 0, Magento = 0.77, Yellow = 0.33 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 36 | 105 | - |
| CMYK | 0 | 0.77 | 0.33 | 0.39 |
| HSL | 325.5º | 0.63% | 0.38% | - |
| HSV(B) | 325.5º | 0.77% | 0.61% | - |
| XYZ | 16.89 | 9.35 | 14.28 | - |
| YUV | 79.75 | 142.26 | 182.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 36 | 105 | 0 | 0.77 | 0.33 | 0.39 | 325.5 | 0.63 | 0.38 |
| Hex | 9C | 24 | 69 | 0 | 4D | 21 | 27 | 146 | 3E | 26 |
| Octal | 234 | 44 | 151 | 0 | 115 | 41 | 47 | 506 | 76 | 46 |
| Binary | 10011100 | 100100 | 1101001 | 0 | 1001101 | 100001 | 100111 | 101000110 | 111110 | 100110 |
Color Harmonies of #9C2469
Complementary color
Monochromatic Colors of #9C2469
Black with #9C2469
Text Example
Text Example
White with #9C2469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2469; }
p { color: rgb(156,36,105); }
H1.HeaderClassName
{
color: #9C2469;
}
.AnyTagClassName
{
color: #9C2469;
}
</style>
background-color css
<style>
a { background-color: #9C2469; }
a { background-color: rgb(156,36,105); }
div.DivClassName
{
background-color: #9C2469;
}
.BgClassName
{
background-color: #9C2469;
}
</style>
border-color css
<style>
span { border-color: #9C2469; }
span { border-color: rgb(156,36,105); }
td.TdClassName
{
border-color: #9C2469;
}
.TagClassName
{
border-color: #9C2469;
}
</style>