Shades of Lipstick #952E68
Tints of Lipstick #952E68
RGB
CMYK
RGB Variations
Color information
#952E68 (or 0x952E68) is known color: Lipstick. HEX triplet: 95, 2E and 68. RGB value is (149,46,104). Sum of RGB (Red+Green+Blue) = 149+46+104=299 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.83% from 299); Green value is 46 (18.36% from 255 or 15.38% from 299); Blue value is 104 (41.02% from 255 or 34.78% from 299); Max value from RGB is 149 - color contains mainly: red. Hex color #952E68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952E68 is #6AD197. Grayscale: #535353. Windows color (decimal): -7000472 or 6827669. OLE color: 6827669.
HSL color Cylindrical-coordinate representation of color #952E68: hue angle of 326.21º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #952E68 is Cyan = 0, Magento = 0.69, Yellow = 0.30 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 46 | 104 | - |
| CMYK | 0 | 0.69 | 0.30 | 0.42 |
| HSL | 326.21º | 0.53% | 0.38% | - |
| HSV(B) | 326.21º | 0.69% | 0.58% | - |
| XYZ | 15.87 | 9.34 | 14.06 | - |
| YUV | 83.41 | 139.62 | 174.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 46 | 104 | 0 | 0.69 | 0.30 | 0.42 | 326.21 | 0.53 | 0.38 |
| Hex | 95 | 2E | 68 | 0 | 45 | 1E | 2A | 146 | 35 | 26 |
| Octal | 225 | 56 | 150 | 0 | 105 | 36 | 52 | 506 | 65 | 46 |
| Binary | 10010101 | 101110 | 1101000 | 0 | 1000101 | 11110 | 101010 | 101000110 | 110101 | 100110 |
Color Harmonies of #952E68
Complementary color
Monochromatic Colors of #952E68
Black with #952E68
Text Example
Text Example
White with #952E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952E68; }
p { color: rgb(149,46,104); }
H1.HeaderClassName
{
color: #952E68;
}
.AnyTagClassName
{
color: #952E68;
}
</style>
background-color css
<style>
a { background-color: #952E68; }
a { background-color: rgb(149,46,104); }
div.DivClassName
{
background-color: #952E68;
}
.BgClassName
{
background-color: #952E68;
}
</style>
border-color css
<style>
span { border-color: #952E68; }
span { border-color: rgb(149,46,104); }
td.TdClassName
{
border-color: #952E68;
}
.TagClassName
{
border-color: #952E68;
}
</style>