#9C2656

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

Shades of Lipstick #9C2656

Tints of Lipstick #9C2656

Color information

#9C2656 (or 0x9C2656) is unknown color: approx Lipstick. HEX triplet: 9C, 26 and 56. RGB value is (156,38,86). Sum of RGB (Red+Green+Blue) = 156+38+86=280 (37% of max value = 765). Red value is 156 (61.33% from 255 or 55.71% from 280); Green value is 38 (15.23% from 255 or 13.57% from 280); Blue value is 86 (33.98% from 255 or 30.71% from 280); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2656 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C2656 is #63D9A9. Grayscale: #4E4E4E. Windows color (decimal): -6543786 or 5645980. OLE color: 5645980.

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

Color convert

RGB1563886-
CMYK00.760.450.39
HSL335.59º60.82%38.04%-
HSV(B)335.59º75.64%61.18%-
XYZ16.089.139.72-
YUV78.75132.09183.1-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 55.71%
GREEN value IS 38 (15.23% from 255) = 13.57%
BLUE value IS 86 (33.98% from 255) = 30.71%
R=55.71%
G=13.57%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.45
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156388600.760.450.39335.5960.8238.04
Hex9C265604C2D271503d26
Octal23446126011455475207546
Binary10011100100110101011001001100101101100111101010000111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C2656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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