#9C325C

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

Shades of Lipstick #9C325C

Tints of Lipstick #9C325C

Color information

#9C325C (or 0x9C325C) is unknown color: approx Lipstick. HEX triplet: 9C, 32 and 5C. RGB value is (156,50,92). Sum of RGB (Red+Green+Blue) = 156+50+92=298 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.35% from 298); Green value is 50 (19.92% from 255 or 16.78% from 298); Blue value is 92 (36.33% from 255 or 30.87% from 298); Max value from RGB is 156 - color contains mainly: red. Hex color #9C325C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C325C is #63CDA3. Grayscale: #565656. Windows color (decimal): -6540708 or 6042268. OLE color: 6042268.

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

Color convert

RGB1565092-
CMYK00.680.410.39
HSL336.23º51.46%40.39%-
HSV(B)336.23º67.95%61.18%-
XYZ16.7810.1211.19-
YUV86.48131.12177.58-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 52.35%
GREEN value IS 50 (19.92% from 255) = 16.78%
BLUE value IS 92 (36.33% from 255) = 30.87%
R=52.35%
G=16.78%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.41
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156509200.680.410.39336.2351.4640.39
Hex9C325C04429271503328
Octal23462134010451475206350
Binary10011100110010101110001000100101001100111101010000110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C325C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,50,92); }

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

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

 a { background-color: rgb(156,50,92); }

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

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

 span { border-color: rgb(156,50,92); }

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