#9C2263

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

Shades of Lipstick #9C2263

Tints of Lipstick #9C2263

Color information

#9C2263 (or 0x9C2263) is unknown color: approx Lipstick. HEX triplet: 9C, 22 and 63. RGB value is (156,34,99). Sum of RGB (Red+Green+Blue) = 156+34+99=289 (38% of max value = 765). Red value is 156 (61.33% from 255 or 53.98% from 289); Green value is 34 (13.67% from 255 or 11.76% from 289); Blue value is 99 (39.06% from 255 or 34.26% from 289); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2263 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C2263 is #63DD9C. Grayscale: #4D4D4D. Windows color (decimal): -6544797 or 6496924. OLE color: 6496924.

HSL color Cylindrical-coordinate representation of color #9C2263: hue angle of 328.03º 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 #9C2263 is Cyan = 0, Magento = 0.78, Yellow = 0.37 and Black (K on CMYK) = 0.39.

Color convert

RGB1563499-
CMYK00.780.370.39
HSL328.03º64.21%37.25%-
HSV(B)328.03º78.21%61.18%-
XYZ16.539.1112.69-
YUV77.89139.92183.71-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 53.98%
GREEN value IS 34 (13.67% from 255) = 11.76%
BLUE value IS 99 (39.06% from 255) = 34.26%
R=53.98%
G=11.76%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.37
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156349900.780.370.39328.0364.2137.25
Hex9C226304E25271484025
Octal234421430116454751010045
Binary100111001000101100011010011101001011001111010010001000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C2263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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