#9C245C

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

Shades of Lipstick #9C245C

Tints of Lipstick #9C245C

Color information

#9C245C (or 0x9C245C) is unknown color: approx Lipstick. HEX triplet: 9C, 24 and 5C. RGB value is (156,36,92). Sum of RGB (Red+Green+Blue) = 156+36+92=284 (37% of max value = 765). Red value is 156 (61.33% from 255 or 54.93% from 284); Green value is 36 (14.45% from 255 or 12.68% from 284); Blue value is 92 (36.33% from 255 or 32.39% from 284); Max value from RGB is 156 - color contains mainly: red. Hex color #9C245C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C245C is #63DBA3. Grayscale: #4E4E4E. Windows color (decimal): -6544292 or 6038684. OLE color: 6038684.

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

Color convert

RGB1563692-
CMYK00.770.410.39
HSL332º62.5%37.65%-
HSV(B)332º76.92%61.18%-
XYZ16.279.111.02-
YUV78.26135.76183.45-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 54.93%
GREEN value IS 36 (14.45% from 255) = 12.68%
BLUE value IS 92 (36.33% from 255) = 32.39%
R=54.93%
G=12.68%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.41
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156369200.770.410.3933262.537.65
Hex9C245C04D292714c3e26
Octal23444134011551475147646
Binary10011100100100101110001001101101001100111101001100111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C245C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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