Html Css Color HEX #952060 Lipstick

📋 copy color: '#952060'

red 149 ◦ green 32 ◦ blue 96

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

Shades of Lipstick #952060

Tints of Lipstick #952060

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.55%

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

R = 53.79%
G = 11.55%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.36

 K value IS 0.42

RGB Variations

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

Color information

#952060 (or 0x952060) is known color: Lipstick. HEX triplet: 95, 20 and 60. RGB value is (149,32,96). Sum of RGB (Red+Green+Blue) = 149+32+96=277 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.79% from 277); Green value is 32 (12.89% from 255 or 11.55% from 277); Blue value is 96 (37.89% from 255 or 34.66% from 277); Max value from RGB is 149 - color contains mainly: red. Hex color #952060 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952060 is #6ADF9F. Grayscale: #4A4A4A. Windows color (decimal): -7004064 or 6299797. OLE color: 6299797.

HSL color Cylindrical-coordinate representation of color #952060: hue angle of 327.18º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #952060 is Cyan = 0, Magento = 0.79, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 32 96 -
CMYK 0 0.79 0.36 0.42
HSL 327.18º 0.65% 0.35% -
HSV(B) 327.18º 0.79% 0.58% -
XYZ 15.02 8.27 11.87 -
YUV 74.28 140.26 181.3 -
System Red Green Blue C M Y K H S L
Decimal 149 32 96 0 0.79 0.36 0.42 327.18 0.65 0.35
Hex 95 20 60 0 4F 24 2A 147 41 23
Octal 225 40 140 0 117 44 52 507 101 43
Binary 10010101 100000 1100000 0 1001111 100100 101010 101000111 1000001 100011

Color Harmonies of #952060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952060

Black with #952060

Text Example


Text Example

White with #952060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952060; }

 p { color: rgb(149,32,96); }

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

background-color css

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

 a { background-color: rgb(149,32,96); }

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

border-color css

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

 span { border-color: rgb(149,32,96); }

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