#952D68

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

Shades of Lipstick #952D68

Tints of Lipstick #952D68

Color information

#952D68 (or 0x952D68) is unknown color: approx Lipstick. HEX triplet: 95, 2D and 68. RGB value is (149,45,104). Sum of RGB (Red+Green+Blue) = 149+45+104=298 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50% from 298); Green value is 45 (17.97% from 255 or 15.10% from 298); Blue value is 104 (41.02% from 255 or 34.90% from 298); Max value from RGB is 149 - color contains mainly: red. Hex color #952D68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952D68 is #6AD297. Grayscale: #525252. Windows color (decimal): -7000728 or 6827413. OLE color: 6827413.

HSL color Cylindrical-coordinate representation of color #952D68: hue angle of 325.96º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #952D68 is Cyan = 0, Magento = 0.70, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB14945104-
CMYK00.700.300.42
HSL325.96º53.61%38.04%-
HSV(B)325.96º69.8%58.43%-
XYZ15.839.2714.05-
YUV82.82139.96175.2-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 50%
GREEN value IS 45 (17.97% from 255) = 15.10%
BLUE value IS 104 (41.02% from 255) = 34.90%
R=50%
G=15.10%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1494510400.700.300.42325.9653.6138.04
Hex952D680461E2A1463626
Octal22555150010636525066646
Binary1001010110110111010000100011011110101010101000110110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,45,104); }

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

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

 a { background-color: rgb(149,45,104); }

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

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

 span { border-color: rgb(149,45,104); }

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