Shades of Lipstick #952E69
Tints of Lipstick #952E69
RGB
CMYK
RGB Variations
Color information
#952E69 (or 0x952E69) is known color: Lipstick. HEX triplet: 95, 2E and 69. RGB value is (149,46,105). Sum of RGB (Red+Green+Blue) = 149+46+105=300 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.67% from 300); Green value is 46 (18.36% from 255 or 15.33% from 300); Blue value is 105 (41.41% from 255 or 35% from 300); Max value from RGB is 149 - color contains mainly: red. Hex color #952E69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952E69 is #6AD196. Grayscale: #535353. Windows color (decimal): -7000471 or 6893205. OLE color: 6893205.
HSL color Cylindrical-coordinate representation of color #952E69: hue angle of 325.63º 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 #952E69 is Cyan = 0, Magento = 0.69, Yellow = 0.30 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 46 | 105 | - |
| CMYK | 0 | 0.69 | 0.30 | 0.42 |
| HSL | 325.63º | 0.53% | 0.38% | - |
| HSV(B) | 325.63º | 0.69% | 0.58% | - |
| XYZ | 15.92 | 9.36 | 14.33 | - |
| YUV | 83.52 | 140.12 | 174.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 46 | 105 | 0 | 0.69 | 0.30 | 0.42 | 325.63 | 0.53 | 0.38 |
| Hex | 95 | 2E | 69 | 0 | 45 | 1E | 2A | 146 | 35 | 26 |
| Octal | 225 | 56 | 151 | 0 | 105 | 36 | 52 | 506 | 65 | 46 |
| Binary | 10010101 | 101110 | 1101001 | 0 | 1000101 | 11110 | 101010 | 101000110 | 110101 | 100110 |
Color Harmonies of #952E69
Complementary color
Monochromatic Colors of #952E69
Black with #952E69
Text Example
Text Example
White with #952E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952E69; }
p { color: rgb(149,46,105); }
H1.HeaderClassName
{
color: #952E69;
}
.AnyTagClassName
{
color: #952E69;
}
</style>
background-color css
<style>
a { background-color: #952E69; }
a { background-color: rgb(149,46,105); }
div.DivClassName
{
background-color: #952E69;
}
.BgClassName
{
background-color: #952E69;
}
</style>
border-color css
<style>
span { border-color: #952E69; }
span { border-color: rgb(149,46,105); }
td.TdClassName
{
border-color: #952E69;
}
.TagClassName
{
border-color: #952E69;
}
</style>