Html Css Color HEX #952D6C Lipstick

📋 copy color: '#952D6C'

red 149 ◦ green 45 ◦ blue 108

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

Shades of Lipstick #952D6C

Tints of Lipstick #952D6C

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.9%

 BLUE value IS 108 (42.58% from 255) = 35.76%

R = 49.34%
G = 14.9%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#952D6C (or 0x952D6C) is known color: Lipstick. HEX triplet: 95, 2D and 6C. RGB value is (149,45,108). Sum of RGB (Red+Green+Blue) = 149+45+108=302 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.34% from 302); Green value is 45 (17.97% from 255 or 14.90% from 302); Blue value is 108 (42.58% from 255 or 35.76% from 302); Max value from RGB is 149 - color contains mainly: red. Hex color #952D6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952D6C is #6AD293. Grayscale: #535353. Windows color (decimal): -7000724 or 7089557. OLE color: 7089557.

HSL color Cylindrical-coordinate representation of color #952D6C: hue angle of 323.65º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #952D6C is Cyan = 0, Magento = 0.70, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 45 108 -
CMYK 0 0.70 0.28 0.42
HSL 323.65º 0.54% 0.38% -
HSV(B) 323.65º 0.7% 0.58% -
XYZ 16.04 9.35 15.15 -
YUV 83.28 141.96 174.88 -
System Red Green Blue C M Y K H S L
Decimal 149 45 108 0 0.70 0.28 0.42 323.65 0.54 0.38
Hex 95 2D 6C 0 46 1C 2A 144 36 26
Octal 225 55 154 0 106 34 52 504 66 46
Binary 10010101 101101 1101100 0 1000110 11100 101010 101000100 110110 100110

Color Harmonies of #952D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952D6C

Black with #952D6C

Text Example


Text Example

White with #952D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952D6C; }

 p { color: rgb(149,45,108); }

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

background-color css

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

 a { background-color: rgb(149,45,108); }

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

border-color css

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

 span { border-color: rgb(149,45,108); }

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