#9C2264

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

Shades of Lipstick #9C2264

Tints of Lipstick #9C2264

Color information

#9C2264 (or 0x9C2264) is unknown color: approx Lipstick. HEX triplet: 9C, 22 and 64. RGB value is (156,34,100). Sum of RGB (Red+Green+Blue) = 156+34+100=290 (38% of max value = 765). Red value is 156 (61.33% from 255 or 53.79% from 290); Green value is 34 (13.67% from 255 or 11.72% from 290); Blue value is 100 (39.45% from 255 or 34.48% from 290); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2264 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C2264 is #63DD9B. Grayscale: #4D4D4D. Windows color (decimal): -6544796 or 6562460. OLE color: 6562460.

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

Color convert

RGB15634100-
CMYK00.780.360.39
HSL327.54º64.21%37.25%-
HSV(B)327.54º78.21%61.18%-
XYZ16.589.1312.95-
YUV78140.42183.63-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 53.79%
GREEN value IS 34 (13.67% from 255) = 11.72%
BLUE value IS 100 (39.45% from 255) = 34.48%
R=53.79%
G=11.72%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.36
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1563410000.780.360.39327.5464.2137.25
Hex9C226404E24271484025
Octal234421440116444751010045
Binary100111001000101100100010011101001001001111010010001000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C2264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,34,100); }

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

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

 a { background-color: rgb(156,34,100); }

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

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

 span { border-color: rgb(156,34,100); }

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