#9c205d

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

Shades of Lipstick #9C205D

Tints of Lipstick #9C205D

Color information

#9C205D (or 0x9C205D) is unknown color: approx Lipstick. HEX triplet: 9C, 20 and 5D. RGB value is (156,32,93). Sum of RGB (Red+Green+Blue) = 156+32+93=281 (37% of max value = 765). Red value is 156 (61.33% from 255 or 55.52% from 281); Green value is 32 (12.89% from 255 or 11.39% from 281); Blue value is 93 (36.72% from 255 or 33.10% from 281); Max value from RGB is 156 - color contains mainly: red. Hex color #9C205D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C205D is #63DFA2. Grayscale: #4B4B4B. Windows color (decimal): -6545315 or 6103196. OLE color: 6103196.

HSL color Cylindrical-coordinate representation of color #9C205D: hue angle of 330.48º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9C205D is Cyan = 0, Magento = 0.79, Yellow = 0.40 and Black (K on CMYK) = 0.39.

Color convert

RGB1563293-
CMYK00.790.400.39
HSL330.48º65.96%36.86%-
HSV(B)330.48º79.49%61.18%-
XYZ16.28.8911.22-
YUV76.03137.58185.04-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 55.52%
GREEN value IS 32 (12.89% from 255) = 11.39%
BLUE value IS 93 (36.72% from 255) = 33.10%
R=55.52%
G=11.39%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.40
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156329300.790.400.39330.4865.9636.86
Hex9C205D04F282714a4225
Octal234401350117504751210245
Binary100111001000001011101010011111010001001111010010101000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9c205d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,32,93); }

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

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

 a { background-color: rgb(156,32,93); }

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

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

 span { border-color: rgb(156,32,93); }

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