#9C2962

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

Shades of Lipstick #9C2962

Tints of Lipstick #9C2962

Color information

#9C2962 (or 0x9C2962) is unknown color: approx Lipstick. HEX triplet: 9C, 29 and 62. RGB value is (156,41,98). Sum of RGB (Red+Green+Blue) = 156+41+98=295 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.88% from 295); Green value is 41 (16.41% from 255 or 13.90% from 295); Blue value is 98 (38.67% from 255 or 33.22% from 295); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2962 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C2962 is #63D69D. Grayscale: #515151. Windows color (decimal): -6543006 or 6433180. OLE color: 6433180.

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

Color convert

RGB1564198-
CMYK00.740.370.39
HSL330.26º58.38%38.63%-
HSV(B)330.26º73.72%61.18%-
XYZ16.719.5412.52-
YUV81.88137.1180.87-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 52.88%
GREEN value IS 41 (16.41% from 255) = 13.90%
BLUE value IS 98 (38.67% from 255) = 33.22%
R=52.88%
G=13.90%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.37
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156419800.740.370.39330.2658.3838.63
Hex9C296204A252714a3a27
Octal23451142011245475127247
Binary10011100101001110001001001010100101100111101001010111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C2962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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