#9C3062

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

Shades of Lipstick #9C3062

Tints of Lipstick #9C3062

Color information

#9C3062 (or 0x9C3062) is unknown color: approx Lipstick. HEX triplet: 9C, 30 and 62. RGB value is (156,48,98). Sum of RGB (Red+Green+Blue) = 156+48+98=302 (40% of max value = 765). Red value is 156 (61.33% from 255 or 51.66% from 302); Green value is 48 (19.14% from 255 or 15.89% from 302); Blue value is 98 (38.67% from 255 or 32.45% from 302); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3062 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C3062 is #63CF9D. Grayscale: #555555. Windows color (decimal): -6541214 or 6434972. OLE color: 6434972.

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

Color convert

RGB1564898-
CMYK00.690.370.39
HSL332.22º52.94%40%-
HSV(B)332.22º69.23%61.18%-
XYZ16.9710.0612.6-
YUV85.99134.78177.93-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 51.66%
GREEN value IS 48 (19.14% from 255) = 15.89%
BLUE value IS 98 (38.67% from 255) = 32.45%
R=51.66%
G=15.89%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.37
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156489800.690.370.39332.2252.9440
Hex9C3062045252714c3528
Octal23460142010545475146550
Binary10011100110000110001001000101100101100111101001100110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C3062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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