#9C296D

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

Shades of Lipstick #9C296D

Tints of Lipstick #9C296D

Color information

#9C296D (or 0x9C296D) is unknown color: approx Lipstick. HEX triplet: 9C, 29 and 6D. RGB value is (156,41,109). Sum of RGB (Red+Green+Blue) = 156+41+109=306 (40% of max value = 765). Red value is 156 (61.33% from 255 or 50.98% from 306); Green value is 41 (16.41% from 255 or 13.40% from 306); Blue value is 109 (42.97% from 255 or 35.62% from 306); Max value from RGB is 156 - color contains mainly: red. Hex color #9C296D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C296D is #63D692. Grayscale: #525252. Windows color (decimal): -6542995 or 7154076. OLE color: 7154076.

HSL color Cylindrical-coordinate representation of color #9C296D: hue angle of 324.52º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9C296D is Cyan = 0, Magento = 0.74, Yellow = 0.30 and Black (K on CMYK) = 0.39.

Color convert

RGB15641109-
CMYK00.740.300.39
HSL324.52º58.38%38.63%-
HSV(B)324.52º73.72%61.18%-
XYZ17.269.7615.44-
YUV83.14142.6179.97-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 50.98%
GREEN value IS 41 (16.41% from 255) = 13.40%
BLUE value IS 109 (42.97% from 255) = 35.62%
R=50.98%
G=13.40%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.30
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1564110900.740.300.39324.5258.3838.63
Hex9C296D04A1E271453a27
Octal23451155011236475057247
Binary1001110010100111011010100101011110100111101000101111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C296D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,41,109); }

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

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

 a { background-color: rgb(156,41,109); }

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

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

 span { border-color: rgb(156,41,109); }

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