#952A66

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

Shades of Lipstick #952A66

Tints of Lipstick #952A66

Color information

#952A66 (or 0x952A66) is unknown color: approx Lipstick. HEX triplet: 95, 2A and 66. RGB value is (149,42,102). Sum of RGB (Red+Green+Blue) = 149+42+102=293 (38% of max value = 765). Red value is 149 (58.59% from 255 or 50.85% from 293); Green value is 42 (16.80% from 255 or 14.33% from 293); Blue value is 102 (40.23% from 255 or 34.81% from 293); Max value from RGB is 149 - color contains mainly: red. Hex color #952A66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952A66 is #6AD599. Grayscale: #505050. Windows color (decimal): -7001498 or 6695573. OLE color: 6695573.

HSL color Cylindrical-coordinate representation of color #952A66: hue angle of 326.36º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #952A66 is Cyan = 0, Magento = 0.72, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB14942102-
CMYK00.720.320.42
HSL326.36º56.02%37.45%-
HSV(B)326.36º71.81%58.43%-
XYZ15.62913.49-
YUV80.83139.95176.62-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 50.85%
GREEN value IS 42 (16.80% from 255) = 14.33%
BLUE value IS 102 (40.23% from 255) = 34.81%
R=50.85%
G=14.33%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1494210200.720.320.42326.3656.0237.45
Hex952A66048202A1463825
Octal22552146011040525067045
Binary10010101101010110011001001000100000101010101000110111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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