#9C3165

Color #9C3165 Lipstick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lipstick #9C3165

Tints of Lipstick #9C3165

Color information

#9C3165 (or 0x9C3165) is unknown color: approx Lipstick. HEX triplet: 9C, 31 and 65. RGB value is (156,49,101). Sum of RGB (Red+Green+Blue) = 156+49+101=306 (40% of max value = 765). Red value is 156 (61.33% from 255 or 50.98% from 306); Green value is 49 (19.53% from 255 or 16.01% from 306); Blue value is 101 (39.84% from 255 or 33.01% from 306); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3165 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C3165 is #63CE9A. Grayscale: #565656. Windows color (decimal): -6540955 or 6631836. OLE color: 6631836.

HSL color Cylindrical-coordinate representation of color #9C3165: hue angle of 330.84º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9C3165 is Cyan = 0, Magento = 0.69, Yellow = 0.35 and Black (K on CMYK) = 0.39.

Color convert

RGB15649101-
CMYK00.690.350.39
HSL330.84º52.2%40.2%-
HSV(B)330.84º68.59%61.18%-
XYZ17.1610.213.38-
YUV86.92135.95177.27-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 50.98%
GREEN value IS 49 (19.53% from 255) = 16.01%
BLUE value IS 101 (39.84% from 255) = 33.01%
R=50.98%
G=16.01%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.35
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1564910100.690.350.39330.8452.240.2
Hex9C3165045232714b3428
Octal23461145010543475136450
Binary10011100110001110010101000101100011100111101001011110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C3165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C3165; }

 p { color: rgb(156,49,101); }

 H1.HeaderClassName
 {
   color: #9C3165;
 }
 .AnyTagClassName
 {
   color: #9C3165;
 }
</style>
background-color css

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

 a { background-color: rgb(156,49,101); }

 div.DivClassName
 {
   background-color: #9C3165;
 }
 .BgClassName
 {
   background-color: #9C3165;
 }
</style>
border-color css

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

 span { border-color: rgb(156,49,101); }

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