#9C2965

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

Shades of Lipstick #9C2965

Tints of Lipstick #9C2965

Color information

#9C2965 (or 0x9C2965) is unknown color: approx Lipstick. HEX triplet: 9C, 29 and 65. RGB value is (156,41,101). Sum of RGB (Red+Green+Blue) = 156+41+101=298 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.35% from 298); Green value is 41 (16.41% from 255 or 13.76% from 298); Blue value is 101 (39.84% from 255 or 33.89% from 298); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2965 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C2965 is #63D69A. Grayscale: #525252. Windows color (decimal): -6543003 or 6629788. OLE color: 6629788.

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

Color convert

RGB15641101-
CMYK00.740.350.39
HSL328.7º58.38%38.63%-
HSV(B)328.7º73.72%61.18%-
XYZ16.859.5913.28-
YUV82.22138.6180.62-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 52.35%
GREEN value IS 41 (16.41% from 255) = 13.76%
BLUE value IS 101 (39.84% from 255) = 33.89%
R=52.35%
G=13.76%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.35
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1564110100.740.350.39328.758.3838.63
Hex9C296504A23271493a27
Octal23451145011243475117247
Binary10011100101001110010101001010100011100111101001001111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C2965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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