#9C265E

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

Shades of Lipstick #9C265E

Tints of Lipstick #9C265E

Color information

#9C265E (or 0x9C265E) is unknown color: approx Lipstick. HEX triplet: 9C, 26 and 5E. RGB value is (156,38,94). Sum of RGB (Red+Green+Blue) = 156+38+94=288 (38% of max value = 765). Red value is 156 (61.33% from 255 or 54.17% from 288); Green value is 38 (15.23% from 255 or 13.19% from 288); Blue value is 94 (37.11% from 255 or 32.64% from 288); Max value from RGB is 156 - color contains mainly: red. Hex color #9C265E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C265E is #63D9A1. Grayscale: #4F4F4F. Windows color (decimal): -6543778 or 6170268. OLE color: 6170268.

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

Color convert

RGB1563894-
CMYK00.760.400.39
HSL331.53º60.82%38.04%-
HSV(B)331.53º75.64%61.18%-
XYZ16.429.2611.51-
YUV79.67136.09182.45-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 54.17%
GREEN value IS 38 (15.23% from 255) = 13.19%
BLUE value IS 94 (37.11% from 255) = 32.64%
R=54.17%
G=13.19%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.40
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156389400.760.400.39331.5360.8238.04
Hex9C265E04C282714c3d26
Octal23446136011450475147546
Binary10011100100110101111001001100101000100111101001100111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C265E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,38,94); }

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

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

 a { background-color: rgb(156,38,94); }

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

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

 span { border-color: rgb(156,38,94); }

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