Html Css Color HEX #952966 Lipstick

📋 copy color: '#952966'

red 149 ◦ green 41 ◦ blue 102

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

Shades of Lipstick #952966

Tints of Lipstick #952966

RGB

 RED value IS 149 (58.59% from 255) = 51.03%

 GREEN value IS 41 (16.41% from 255) = 14.04%

 BLUE value IS 102 (40.23% from 255) = 34.93%

R = 51.03%
G = 14.04%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#952966 (or 0x952966) is known color: Lipstick. HEX triplet: 95, 29 and 66. RGB value is (149,41,102). Sum of RGB (Red+Green+Blue) = 149+41+102=292 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.03% from 292); Green value is 41 (16.41% from 255 or 14.04% from 292); Blue value is 102 (40.23% from 255 or 34.93% from 292); Max value from RGB is 149 - color contains mainly: red. Hex color #952966 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952966 is #6AD699. Grayscale: #505050. Windows color (decimal): -7001754 or 6695317. OLE color: 6695317.

HSL color Cylindrical-coordinate representation of color #952966: hue angle of 326.11º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #952966 is Cyan = 0, Magento = 0.72, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 41 102 -
CMYK 0 0.72 0.32 0.42
HSL 326.11º 0.57% 0.37% -
HSV(B) 326.11º 0.72% 0.58% -
XYZ 15.59 8.93 13.47 -
YUV 80.25 140.28 177.04 -
System Red Green Blue C M Y K H S L
Decimal 149 41 102 0 0.72 0.32 0.42 326.11 0.57 0.37
Hex 95 29 66 0 48 20 2A 146 39 25
Octal 225 51 146 0 110 40 52 506 71 45
Binary 10010101 101001 1100110 0 1001000 100000 101010 101000110 111001 100101

Color Harmonies of #952966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952966

Black with #952966

Text Example


Text Example

White with #952966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952966; }

 p { color: rgb(149,41,102); }

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

background-color css

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

 a { background-color: rgb(149,41,102); }

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

border-color css

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

 span { border-color: rgb(149,41,102); }

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