Html Css Color HEX #952866 Lipstick

📋 copy color: '#952866'

red 149 ◦ green 40 ◦ blue 102

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

Shades of Lipstick #952866

Tints of Lipstick #952866

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.75%

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

R = 51.2%
G = 13.75%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#952866 (or 0x952866) is known color: Lipstick. HEX triplet: 95, 28 and 66. RGB value is (149,40,102). Sum of RGB (Red+Green+Blue) = 149+40+102=291 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.20% from 291); Green value is 40 (16.02% from 255 or 13.75% from 291); Blue value is 102 (40.23% from 255 or 35.05% from 291); Max value from RGB is 149 - color contains mainly: red. Hex color #952866 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952866 is #6AD799. Grayscale: #4F4F4F. Windows color (decimal): -7002010 or 6695061. OLE color: 6695061.

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

Color convert

RGB 149 40 102 -
CMYK 0 0.73 0.32 0.42
HSL 325.87º 0.58% 0.37% -
HSV(B) 325.87º 0.73% 0.58% -
XYZ 15.55 8.87 13.46 -
YUV 79.66 140.61 177.46 -
System Red Green Blue C M Y K H S L
Decimal 149 40 102 0 0.73 0.32 0.42 325.87 0.58 0.37
Hex 95 28 66 0 49 20 2A 146 3A 25
Octal 225 50 146 0 111 40 52 506 72 45
Binary 10010101 101000 1100110 0 1001001 100000 101010 101000110 111010 100101

Color Harmonies of #952866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952866

Black with #952866

Text Example


Text Example

White with #952866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952866; }

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

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

background-color css

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

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

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

border-color css

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

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

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