Html Css Color HEX #952666 Lipstick

📋 copy color: '#952666'

red 149 ◦ green 38 ◦ blue 102

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

Shades of Lipstick #952666

Tints of Lipstick #952666

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.15%

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

R = 51.56%
G = 13.15%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#952666 (or 0x952666) is known color: Lipstick. HEX triplet: 95, 26 and 66. RGB value is (149,38,102). Sum of RGB (Red+Green+Blue) = 149+38+102=289 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.56% from 289); Green value is 38 (15.23% from 255 or 13.15% from 289); Blue value is 102 (40.23% from 255 or 35.29% from 289); Max value from RGB is 149 - color contains mainly: red. Hex color #952666 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952666 is #6AD999. Grayscale: #4E4E4E. Windows color (decimal): -7002522 or 6694549. OLE color: 6694549.

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

Color convert

RGB 149 38 102 -
CMYK 0 0.74 0.32 0.42
HSL 325.41º 0.59% 0.37% -
HSV(B) 325.41º 0.74% 0.58% -
XYZ 15.49 8.74 13.44 -
YUV 78.49 141.27 178.3 -
System Red Green Blue C M Y K H S L
Decimal 149 38 102 0 0.74 0.32 0.42 325.41 0.59 0.37
Hex 95 26 66 0 4A 20 2A 145 3B 25
Octal 225 46 146 0 112 40 52 505 73 45
Binary 10010101 100110 1100110 0 1001010 100000 101010 101000101 111011 100101

Color Harmonies of #952666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952666

Black with #952666

Text Example


Text Example

White with #952666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952666; }

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

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

background-color css

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

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

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

border-color css

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

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

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