#9C2762

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

Shades of Lipstick #9C2762

Tints of Lipstick #9C2762

Color information

#9C2762 (or 0x9C2762) is unknown color: approx Lipstick. HEX triplet: 9C, 27 and 62. RGB value is (156,39,98). Sum of RGB (Red+Green+Blue) = 156+39+98=293 (38% of max value = 765). Red value is 156 (61.33% from 255 or 53.24% from 293); Green value is 39 (15.62% from 255 or 13.31% from 293); Blue value is 98 (38.67% from 255 or 33.45% from 293); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2762 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C2762 is #63D89D. Grayscale: #505050. Windows color (decimal): -6543518 or 6432668. OLE color: 6432668.

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

Color convert

RGB1563998-
CMYK00.750.370.39
HSL329.74º60%38.24%-
HSV(B)329.74º75%61.18%-
XYZ16.649.412.49-
YUV80.71137.76181.7-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 53.24%
GREEN value IS 39 (15.62% from 255) = 13.31%
BLUE value IS 98 (38.67% from 255) = 33.45%
R=53.24%
G=13.31%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.37
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156399800.750.370.39329.746038.24
Hex9C276204B252714a3c26
Octal23447142011345475127446
Binary10011100100111110001001001011100101100111101001010111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C2762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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