Shades of Lipstick #942C65
Tints of Lipstick #942C65
RGB
CMYK
RGB Variations
Color information
#942C65 (or 0x942C65) is known color: Lipstick. HEX triplet: 94, 2C and 65. RGB value is (148,44,101). Sum of RGB (Red+Green+Blue) = 148+44+101=293 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.51% from 293); Green value is 44 (17.58% from 255 or 15.02% from 293); Blue value is 101 (39.84% from 255 or 34.47% from 293); Max value from RGB is 148 - color contains mainly: red. Hex color #942C65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #942C65 is #6BD39A. Grayscale: #515151. Windows color (decimal): -7066523 or 6630548. OLE color: 6630548.
HSL color Cylindrical-coordinate representation of color #942C65: hue angle of 327.12º 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 #942C65 is Cyan = 0, Magento = 0.70, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 44 | 101 | - |
| CMYK | 0 | 0.70 | 0.32 | 0.42 |
| HSL | 327.12º | 0.54% | 0.38% | - |
| HSV(B) | 327.12º | 0.7% | 0.58% | - |
| XYZ | 15.46 | 9.04 | 13.24 | - |
| YUV | 81.59 | 138.96 | 175.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 44 | 101 | 0 | 0.70 | 0.32 | 0.42 | 327.12 | 0.54 | 0.38 |
| Hex | 94 | 2C | 65 | 0 | 46 | 20 | 2A | 147 | 36 | 26 |
| Octal | 224 | 54 | 145 | 0 | 106 | 40 | 52 | 507 | 66 | 46 |
| Binary | 10010100 | 101100 | 1100101 | 0 | 1000110 | 100000 | 101010 | 101000111 | 110110 | 100110 |
Color Harmonies of #942C65
Complementary color
Monochromatic Colors of #942C65
Black with #942C65
Text Example
Text Example
White with #942C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942C65; }
p { color: rgb(148,44,101); }
H1.HeaderClassName
{
color: #942C65;
}
.AnyTagClassName
{
color: #942C65;
}
</style>
background-color css
<style>
a { background-color: #942C65; }
a { background-color: rgb(148,44,101); }
div.DivClassName
{
background-color: #942C65;
}
.BgClassName
{
background-color: #942C65;
}
</style>
border-color css
<style>
span { border-color: #942C65; }
span { border-color: rgb(148,44,101); }
td.TdClassName
{
border-color: #942C65;
}
.TagClassName
{
border-color: #942C65;
}
</style>