#952C67

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

Shades of Lipstick #952C67

Tints of Lipstick #952C67

Color information

#952C67 (or 0x952C67) is unknown color: approx Lipstick. HEX triplet: 95, 2C and 67. RGB value is (149,44,103). Sum of RGB (Red+Green+Blue) = 149+44+103=296 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.34% from 296); Green value is 44 (17.58% from 255 or 14.86% from 296); Blue value is 103 (40.62% from 255 or 34.80% from 296); Max value from RGB is 149 - color contains mainly: red. Hex color #952C67 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952C67 is #6AD398. Grayscale: #515151. Windows color (decimal): -7000985 or 6761621. OLE color: 6761621.

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

Color convert

RGB14944103-
CMYK00.700.310.42
HSL326.29º54.4%37.84%-
HSV(B)326.29º70.47%58.43%-
XYZ15.749.1713.77-
YUV82.12139.79175.7-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 50.34%
GREEN value IS 44 (17.58% from 255) = 14.86%
BLUE value IS 103 (40.62% from 255) = 34.80%
R=50.34%
G=14.86%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.31
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1494410300.700.310.42326.2954.437.84
Hex952C670461F2A1463626
Octal22554147010637525066646
Binary1001010110110011001110100011011111101010101000110110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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