#952E67

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

Shades of Lipstick #952E67

Tints of Lipstick #952E67

Color information

#952E67 (or 0x952E67) is unknown color: approx Lipstick. HEX triplet: 95, 2E and 67. RGB value is (149,46,103). Sum of RGB (Red+Green+Blue) = 149+46+103=298 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50% from 298); Green value is 46 (18.36% from 255 or 15.44% from 298); Blue value is 103 (40.62% from 255 or 34.56% from 298); Max value from RGB is 149 - color contains mainly: red. Hex color #952E67 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952E67 is #6AD198. Grayscale: #535353. Windows color (decimal): -7000473 or 6762133. OLE color: 6762133.

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

Color convert

RGB14946103-
CMYK00.690.310.42
HSL326.8º52.82%38.24%-
HSV(B)326.8º69.13%58.43%-
XYZ15.829.3213.8-
YUV83.3139.12174.87-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 50%
GREEN value IS 46 (18.36% from 255) = 15.44%
BLUE value IS 103 (40.62% from 255) = 34.56%
R=50%
G=15.44%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.31
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1494610300.690.310.42326.852.8238.24
Hex952E670451F2A1473526
Octal22556147010537525076546
Binary1001010110111011001110100010111111101010101000111110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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