Shades of Lipstick #942C6B
Tints of Lipstick #942C6B
RGB
CMYK
RGB Variations
Color information
#942C6B (or 0x942C6B) is known color: Lipstick. HEX triplet: 94, 2C and 6B. RGB value is (148,44,107). Sum of RGB (Red+Green+Blue) = 148+44+107=299 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.50% from 299); Green value is 44 (17.58% from 255 or 14.72% from 299); Blue value is 107 (42.19% from 255 or 35.79% from 299); Max value from RGB is 148 - color contains mainly: red. Hex color #942C6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #942C6B is #6BD394. Grayscale: #525252. Windows color (decimal): -7066517 or 7023764. OLE color: 7023764.
HSL color Cylindrical-coordinate representation of color #942C6B: hue angle of 323.65º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #942C6B is Cyan = 0, Magento = 0.70, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 44 | 107 | - |
| CMYK | 0 | 0.70 | 0.28 | 0.42 |
| HSL | 323.65º | 0.54% | 0.38% | - |
| HSV(B) | 323.65º | 0.7% | 0.58% | - |
| XYZ | 15.77 | 9.16 | 14.85 | - |
| YUV | 82.28 | 141.96 | 174.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 44 | 107 | 0 | 0.70 | 0.28 | 0.42 | 323.65 | 0.54 | 0.38 |
| Hex | 94 | 2C | 6B | 0 | 46 | 1C | 2A | 144 | 36 | 26 |
| Octal | 224 | 54 | 153 | 0 | 106 | 34 | 52 | 504 | 66 | 46 |
| Binary | 10010100 | 101100 | 1101011 | 0 | 1000110 | 11100 | 101010 | 101000100 | 110110 | 100110 |
Color Harmonies of #942C6B
Complementary color
Monochromatic Colors of #942C6B
Black with #942C6B
Text Example
Text Example
White with #942C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942C6B; }
p { color: rgb(148,44,107); }
H1.HeaderClassName
{
color: #942C6B;
}
.AnyTagClassName
{
color: #942C6B;
}
</style>
background-color css
<style>
a { background-color: #942C6B; }
a { background-color: rgb(148,44,107); }
div.DivClassName
{
background-color: #942C6B;
}
.BgClassName
{
background-color: #942C6B;
}
</style>
border-color css
<style>
span { border-color: #942C6B; }
span { border-color: rgb(148,44,107); }
td.TdClassName
{
border-color: #942C6B;
}
.TagClassName
{
border-color: #942C6B;
}
</style>