#9C286D

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

Shades of Lipstick #9C286D

Tints of Lipstick #9C286D

Color information

#9C286D (or 0x9C286D) is unknown color: approx Lipstick. HEX triplet: 9C, 28 and 6D. RGB value is (156,40,109). Sum of RGB (Red+Green+Blue) = 156+40+109=305 (40% of max value = 765). Red value is 156 (61.33% from 255 or 51.15% from 305); Green value is 40 (16.02% from 255 or 13.11% from 305); Blue value is 109 (42.97% from 255 or 35.74% from 305); Max value from RGB is 156 - color contains mainly: red. Hex color #9C286D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C286D is #63D792. Grayscale: #525252. Windows color (decimal): -6543251 or 7153820. OLE color: 7153820.

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

Color convert

RGB15640109-
CMYK00.740.300.39
HSL324.31º59.18%38.43%-
HSV(B)324.31º74.36%61.18%-
XYZ17.239.6915.43-
YUV82.55142.93180.39-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 51.15%
GREEN value IS 40 (16.02% from 255) = 13.11%
BLUE value IS 109 (42.97% from 255) = 35.74%
R=51.15%
G=13.11%
B=35.74%

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
Decimal1564010900.740.300.39324.3159.1838.43
Hex9C286D04A1E271443b26
Octal23450155011236475047346
Binary1001110010100011011010100101011110100111101000100111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C286D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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