#9C215D

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

Shades of Lipstick #9C215D

Tints of Lipstick #9C215D

Color information

#9C215D (or 0x9C215D) is unknown color: approx Lipstick. HEX triplet: 9C, 21 and 5D. RGB value is (156,33,93). Sum of RGB (Red+Green+Blue) = 156+33+93=282 (37% of max value = 765). Red value is 156 (61.33% from 255 or 55.32% from 282); Green value is 33 (13.28% from 255 or 11.70% from 282); Blue value is 93 (36.72% from 255 or 32.98% from 282); Max value from RGB is 156 - color contains mainly: red. Hex color #9C215D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C215D is #63DEA2. Grayscale: #4C4C4C. Windows color (decimal): -6545059 or 6103452. OLE color: 6103452.

HSL color Cylindrical-coordinate representation of color #9C215D: hue angle of 330.73º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9C215D is Cyan = 0, Magento = 0.79, Yellow = 0.40 and Black (K on CMYK) = 0.39.

Color convert

RGB1563393-
CMYK00.790.400.39
HSL330.73º65.08%37.06%-
HSV(B)330.73º78.85%61.18%-
XYZ16.238.9511.23-
YUV76.62137.25184.62-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 55.32%
GREEN value IS 33 (13.28% from 255) = 11.70%
BLUE value IS 93 (36.72% from 255) = 32.98%
R=55.32%
G=11.70%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.40
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156339300.790.400.39330.7365.0837.06
Hex9C215D04F282714b4125
Octal234411350117504751310145
Binary100111001000011011101010011111010001001111010010111000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C215D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,33,93); }

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

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

 a { background-color: rgb(156,33,93); }

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

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

 span { border-color: rgb(156,33,93); }

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