#9C2B65

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

Shades of Lipstick #9C2B65

Tints of Lipstick #9C2B65

Color information

#9C2B65 (or 0x9C2B65) is unknown color: approx Lipstick. HEX triplet: 9C, 2B and 65. RGB value is (156,43,101). Sum of RGB (Red+Green+Blue) = 156+43+101=300 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52% from 300); Green value is 43 (17.19% from 255 or 14.33% from 300); Blue value is 101 (39.84% from 255 or 33.67% from 300); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2B65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C2B65 is #63D49A. Grayscale: #535353. Windows color (decimal): -6542491 or 6630300. OLE color: 6630300.

HSL color Cylindrical-coordinate representation of color #9C2B65: hue angle of 329.2º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9C2B65 is Cyan = 0, Magento = 0.72, Yellow = 0.35 and Black (K on CMYK) = 0.39.

Color convert

RGB15643101-
CMYK00.720.350.39
HSL329.2º56.78%39.02%-
HSV(B)329.2º72.44%61.18%-
XYZ16.929.7413.3-
YUV83.4137.94179.78-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 52%
GREEN value IS 43 (17.19% from 255) = 14.33%
BLUE value IS 101 (39.84% from 255) = 33.67%
R=52%
G=14.33%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.35
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1564310100.720.350.39329.256.7839.02
Hex9C2B6504823271493927
Octal23453145011043475117147
Binary10011100101011110010101001000100011100111101001001111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C2B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,43,101); }

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

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

 a { background-color: rgb(156,43,101); }

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

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

 span { border-color: rgb(156,43,101); }

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