#952E66

Color #952E66 Lipstick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lipstick #952E66

Tints of Lipstick #952E66

Color information

#952E66 (or 0x952E66) is unknown color: approx Lipstick. HEX triplet: 95, 2E and 66. RGB value is (149,46,102). Sum of RGB (Red+Green+Blue) = 149+46+102=297 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.17% from 297); Green value is 46 (18.36% from 255 or 15.49% from 297); Blue value is 102 (40.23% from 255 or 34.34% from 297); Max value from RGB is 149 - color contains mainly: red. Hex color #952E66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952E66 is #6AD199. Grayscale: #535353. Windows color (decimal): -7000474 or 6696597. OLE color: 6696597.

HSL color Cylindrical-coordinate representation of color #952E66: hue angle of 327.38º 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 #952E66 is Cyan = 0, Magento = 0.69, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB14946102-
CMYK00.690.320.42
HSL327.38º52.82%38.24%-
HSV(B)327.38º69.13%58.43%-
XYZ15.779.313.53-
YUV83.18138.62174.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 149 (58.59% from 255) = 50.17%
GREEN value IS 46 (18.36% from 255) = 15.49%
BLUE value IS 102 (40.23% from 255) = 34.34%
R=50.17%
G=15.49%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1494610200.690.320.42327.3852.8238.24
Hex952E66045202A1473526
Octal22556146010540525076546
Binary10010101101110110011001000101100000101010101000111110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952E66; }

 p { color: rgb(149,46,102); }

 H1.HeaderClassName
 {
   color: #952E66;
 }
 .AnyTagClassName
 {
   color: #952E66;
 }
</style>
background-color css

<style>
 a { background-color: #952E66; }

 a { background-color: rgb(149,46,102); }

 div.DivClassName
 {
   background-color: #952E66;
 }
 .BgClassName
 {
   background-color: #952E66;
 }
</style>
border-color css

<style>
 span { border-color: #952E66; }

 span { border-color: rgb(149,46,102); }

 td.TdClassName
 {
   border-color: #952E66;
 }
 .TagClassName
 {
   border-color: #952E66;
 }
</style>