#9C2763

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

Shades of Lipstick #9C2763

Tints of Lipstick #9C2763

Color information

#9C2763 (or 0x9C2763) is unknown color: approx Lipstick. HEX triplet: 9C, 27 and 63. RGB value is (156,39,99). Sum of RGB (Red+Green+Blue) = 156+39+99=294 (38% of max value = 765). Red value is 156 (61.33% from 255 or 53.06% from 294); Green value is 39 (15.62% from 255 or 13.27% from 294); Blue value is 99 (39.06% from 255 or 33.67% from 294); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2763 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C2763 is #63D89C. Grayscale: #505050. Windows color (decimal): -6543517 or 6498204. OLE color: 6498204.

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

Color convert

RGB1563999-
CMYK00.750.370.39
HSL329.23º60%38.24%-
HSV(B)329.23º75%61.18%-
XYZ16.699.4212.74-
YUV80.82138.26181.62-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 53.06%
GREEN value IS 39 (15.62% from 255) = 13.27%
BLUE value IS 99 (39.06% from 255) = 33.67%
R=53.06%
G=13.27%
B=33.67%

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
Decimal156399900.750.370.39329.236038.24
Hex9C276304B25271493c26
Octal23447143011345475117446
Binary10011100100111110001101001011100101100111101001001111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C2763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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