#9C305B

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

Shades of Lipstick #9C305B

Tints of Lipstick #9C305B

Color information

#9C305B (or 0x9C305B) is unknown color: approx Lipstick. HEX triplet: 9C, 30 and 5B. RGB value is (156,48,91). Sum of RGB (Red+Green+Blue) = 156+48+91=295 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.88% from 295); Green value is 48 (19.14% from 255 or 16.27% from 295); Blue value is 91 (35.94% from 255 or 30.85% from 295); Max value from RGB is 156 - color contains mainly: red. Hex color #9C305B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C305B is #63CFA4. Grayscale: #555555. Windows color (decimal): -6541221 or 5976220. OLE color: 5976220.

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

Color convert

RGB1564891-
CMYK00.690.420.39
HSL336.11º52.94%40%-
HSV(B)336.11º69.23%61.18%-
XYZ16.669.9410.94-
YUV85.19131.28178.5-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 52.88%
GREEN value IS 48 (19.14% from 255) = 16.27%
BLUE value IS 91 (35.94% from 255) = 30.85%
R=52.88%
G=16.27%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.42
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156489100.690.420.39336.1152.9440
Hex9C305B0452A271503528
Octal23460133010552475206550
Binary10011100110000101101101000101101010100111101010000110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C305B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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