#9C304C

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

Shades of Lipstick #9C304C

Tints of Lipstick #9C304C

Color information

#9C304C (or 0x9C304C) is unknown color: approx Lipstick. HEX triplet: 9C, 30 and 4C. RGB value is (156,48,76). Sum of RGB (Red+Green+Blue) = 156+48+76=280 (37% of max value = 765). Red value is 156 (61.33% from 255 or 55.71% from 280); Green value is 48 (19.14% from 255 or 17.14% from 280); Blue value is 76 (30.08% from 255 or 27.14% from 280); Max value from RGB is 156 - color contains mainly: red. Hex color #9C304C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C304C is #63CFB3. Grayscale: #535353. Windows color (decimal): -6541236 or 4993180. OLE color: 4993180.

HSL color Cylindrical-coordinate representation of color #9C304C: hue angle of 344.44º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9C304C is Cyan = 0, Magento = 0.69, Yellow = 0.51 and Black (K on CMYK) = 0.39.

Color convert

RGB1564876-
CMYK00.690.510.39
HSL344.44º52.94%40%-
HSV(B)344.44º69.23%61.18%-
XYZ16.079.77.86-
YUV83.48123.78179.72-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 55.71%
GREEN value IS 48 (19.14% from 255) = 17.14%
BLUE value IS 76 (30.08% from 255) = 27.14%
R=55.71%
G=17.14%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.51
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156487600.690.510.39344.4452.9440
Hex9C304C04533271583528
Octal23460114010563475306550
Binary10011100110000100110001000101110011100111101011000110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C304C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,48,76); }

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

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

 a { background-color: rgb(156,48,76); }

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

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

 span { border-color: rgb(156,48,76); }

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