#9C2657

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

Shades of Lipstick #9C2657

Tints of Lipstick #9C2657

Color information

#9C2657 (or 0x9C2657) is unknown color: approx Lipstick. HEX triplet: 9C, 26 and 57. RGB value is (156,38,87). Sum of RGB (Red+Green+Blue) = 156+38+87=281 (37% of max value = 765). Red value is 156 (61.33% from 255 or 55.52% from 281); Green value is 38 (15.23% from 255 or 13.52% from 281); Blue value is 87 (34.38% from 255 or 30.96% from 281); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2657 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C2657 is #63D9A8. Grayscale: #4E4E4E. Windows color (decimal): -6543785 or 5711516. OLE color: 5711516.

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

Color convert

RGB1563887-
CMYK00.760.440.39
HSL335.08º60.82%38.04%-
HSV(B)335.08º75.64%61.18%-
XYZ16.129.149.93-
YUV78.87132.59183.02-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 55.52%
GREEN value IS 38 (15.23% from 255) = 13.52%
BLUE value IS 87 (34.38% from 255) = 30.96%
R=55.52%
G=13.52%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.44
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156388700.760.440.39335.0860.8238.04
Hex9C265704C2C2714f3d26
Octal23446127011454475177546
Binary10011100100110101011101001100101100100111101001111111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C2657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,38,87); }

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

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

 a { background-color: rgb(156,38,87); }

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

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

 span { border-color: rgb(156,38,87); }

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