Html Css Color HEX #963660 Lipstick

📋 copy color: '#963660'

red 150 ◦ green 54 ◦ blue 96

#963660
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lipstick #963660

Tints of Lipstick #963660

RGB

 RED value IS 150 (58.98% from 255) = 50%

 GREEN value IS 54 (21.48% from 255) = 18%

 BLUE value IS 96 (37.89% from 255) = 32%

R = 50%
G = 18%
B = 32%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.36

 K value IS 0.41

RGB Variations

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

Color information

#963660 (or 0x963660) is known color: Lipstick. HEX triplet: 96, 36 and 60. RGB value is (150,54,96). Sum of RGB (Red+Green+Blue) = 150+54+96=300 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50% from 300); Green value is 54 (21.48% from 255 or 18% from 300); Blue value is 96 (37.89% from 255 or 32% from 300); Max value from RGB is 150 - color contains mainly: red. Hex color #963660 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963660 is #69C99F. Grayscale: #575757. Windows color (decimal): -6932896 or 6305430. OLE color: 6305430.

HSL color Cylindrical-coordinate representation of color #963660: hue angle of 333.75º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #963660 is Cyan = 0, Magento = 0.64, Yellow = 0.36 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 54 96 -
CMYK 0 0.64 0.36 0.41
HSL 333.75º 0.47% 0.4% -
HSV(B) 333.75º 0.64% 0.59% -
XYZ 16.01 9.97 12.15 -
YUV 87.49 132.8 172.58 -
System Red Green Blue C M Y K H S L
Decimal 150 54 96 0 0.64 0.36 0.41 333.75 0.47 0.4
Hex 96 36 60 0 40 24 29 14E 2F 28
Octal 226 66 140 0 100 44 51 516 57 50
Binary 10010110 110110 1100000 0 1000000 100100 101001 101001110 101111 101000

Color Harmonies of #963660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963660

Black with #963660

Text Example


Text Example

White with #963660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963660; }

 p { color: rgb(150,54,96); }

 H1.HeaderClassName
 {
   color: #963660;
 }
 .AnyTagClassName
 {
   color: #963660;
 }
</style>

background-color css

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

 a { background-color: rgb(150,54,96); }

 div.DivClassName
 {
   background-color: #963660;
 }
 .BgClassName
 {
   background-color: #963660;
 }
</style>

border-color css

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

 span { border-color: rgb(150,54,96); }

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