#962C6A

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

Shades of Lipstick #962C6A

Tints of Lipstick #962C6A

Color information

#962C6A (or 0x962C6A) is unknown color: approx Lipstick. HEX triplet: 96, 2C and 6A. RGB value is (150,44,106). Sum of RGB (Red+Green+Blue) = 150+44+106=300 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50% from 300); Green value is 44 (17.58% from 255 or 14.67% from 300); Blue value is 106 (41.80% from 255 or 35.33% from 300); Max value from RGB is 150 - color contains mainly: red. Hex color #962C6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962C6A is #69D395. Grayscale: #525252. Windows color (decimal): -6935446 or 6958230. OLE color: 6958230.

HSL color Cylindrical-coordinate representation of color #962C6A: hue angle of 324.91º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #962C6A is Cyan = 0, Magento = 0.71, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB15044106-
CMYK00.710.290.41
HSL324.91º54.64%38.04%-
HSV(B)324.91º70.67%58.82%-
XYZ16.089.3314.59-
YUV82.76141.12175.96-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50%
GREEN value IS 44 (17.58% from 255) = 14.67%
BLUE value IS 106 (41.80% from 255) = 35.33%
R=50%
G=14.67%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.29
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1504410600.710.290.41324.9154.6438.04
Hex962C6A0471D291453726
Octal22654152010735515056746
Binary1001011010110011010100100011111101101001101000101110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962C6A; }

 p { color: rgb(150,44,106); }

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

<style>
 a { background-color: #962C6A; }

 a { background-color: rgb(150,44,106); }

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

<style>
 span { border-color: #962C6A; }

 span { border-color: rgb(150,44,106); }

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