#9C215C

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

Shades of Lipstick #9C215C

Tints of Lipstick #9C215C

Color information

#9C215C (or 0x9C215C) is unknown color: approx Lipstick. HEX triplet: 9C, 21 and 5C. RGB value is (156,33,92). Sum of RGB (Red+Green+Blue) = 156+33+92=281 (37% of max value = 765). Red value is 156 (61.33% from 255 or 55.52% from 281); Green value is 33 (13.28% from 255 or 11.74% from 281); Blue value is 92 (36.33% from 255 or 32.74% from 281); Max value from RGB is 156 - color contains mainly: red. Hex color #9C215C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C215C is #63DEA3. Grayscale: #4C4C4C. Windows color (decimal): -6545060 or 6037916. OLE color: 6037916.

HSL color Cylindrical-coordinate representation of color #9C215C: hue angle of 331.22º degrees, saturation: 0.65, 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 #9C215C is Cyan = 0, Magento = 0.79, Yellow = 0.41 and Black (K on CMYK) = 0.39.

Color convert

RGB1563392-
CMYK00.790.410.39
HSL331.22º65.08%37.06%-
HSV(B)331.22º78.85%61.18%-
XYZ16.198.9311-
YUV76.5136.75184.7-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 55.52%
GREEN value IS 33 (13.28% from 255) = 11.74%
BLUE value IS 92 (36.33% from 255) = 32.74%
R=55.52%
G=11.74%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.41
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156339200.790.410.39331.2265.0837.06
Hex9C215C04F292714b4125
Octal234411340117514751310145
Binary100111001000011011100010011111010011001111010010111000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C215C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,33,92); }

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

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

 a { background-color: rgb(156,33,92); }

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

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

 span { border-color: rgb(156,33,92); }

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