#9C2667

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

Shades of Lipstick #9C2667

Tints of Lipstick #9C2667

Color information

#9C2667 (or 0x9C2667) is unknown color: approx Lipstick. HEX triplet: 9C, 26 and 67. RGB value is (156,38,103). Sum of RGB (Red+Green+Blue) = 156+38+103=297 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.53% from 297); Green value is 38 (15.23% from 255 or 12.79% from 297); Blue value is 103 (40.62% from 255 or 34.68% from 297); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2667 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C2667 is #63D998. Grayscale: #505050. Windows color (decimal): -6543769 or 6760092. OLE color: 6760092.

HSL color Cylindrical-coordinate representation of color #9C2667: hue angle of 326.95º 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 #9C2667 is Cyan = 0, Magento = 0.76, Yellow = 0.34 and Black (K on CMYK) = 0.39.

Color convert

RGB15638103-
CMYK00.760.340.39
HSL326.95º60.82%38.04%-
HSV(B)326.95º75.64%61.18%-
XYZ16.859.4313.76-
YUV80.69140.59181.71-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 52.53%
GREEN value IS 38 (15.23% from 255) = 12.79%
BLUE value IS 103 (40.62% from 255) = 34.68%
R=52.53%
G=12.79%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.34
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1563810300.760.340.39326.9560.8238.04
Hex9C266704C22271473d26
Octal23446147011442475077546
Binary10011100100110110011101001100100010100111101000111111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C2667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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