#9C2C46

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

Shades of Lipstick #9C2C46

Tints of Lipstick #9C2C46

Color information

#9C2C46 (or 0x9C2C46) is unknown color: approx Lipstick. HEX triplet: 9C, 2C and 46. RGB value is (156,44,70). Sum of RGB (Red+Green+Blue) = 156+44+70=270 (35% of max value = 765). Red value is 156 (61.33% from 255 or 57.78% from 270); Green value is 44 (17.58% from 255 or 16.30% from 270); Blue value is 70 (27.73% from 255 or 25.93% from 270); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2C46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C2C46 is #63D3B9. Grayscale: #505050. Windows color (decimal): -6542266 or 4598940. OLE color: 4598940.

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

Color convert

RGB1564470-
CMYK00.720.550.39
HSL346.07º56%39.22%-
HSV(B)346.07º71.79%61.18%-
XYZ15.729.316.76-
YUV80.45122.11181.89-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 57.78%
GREEN value IS 44 (17.58% from 255) = 16.30%
BLUE value IS 70 (27.73% from 255) = 25.93%
R=57.78%
G=16.30%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.55
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156447000.720.550.39346.075639.22
Hex9C2C46048372715a3827
Octal23454106011067475327047
Binary10011100101100100011001001000110111100111101011010111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C2C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,44,70); }

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

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

 a { background-color: rgb(156,44,70); }

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

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

 span { border-color: rgb(156,44,70); }

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