#992A66

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

Shades of Lipstick #992A66

Tints of Lipstick #992A66

Color information

#992A66 (or 0x992A66) is unknown color: approx Lipstick. HEX triplet: 99, 2A and 66. RGB value is (153,42,102). Sum of RGB (Red+Green+Blue) = 153+42+102=297 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.52% from 297); Green value is 42 (16.80% from 255 or 14.14% from 297); Blue value is 102 (40.23% from 255 or 34.34% from 297); Max value from RGB is 153 - color contains mainly: red. Hex color #992A66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992A66 is #66D599. Grayscale: #515151. Windows color (decimal): -6739354 or 6695577. OLE color: 6695577.

HSL color Cylindrical-coordinate representation of color #992A66: hue angle of 327.57º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #992A66 is Cyan = 0, Magento = 0.73, Yellow = 0.33 and Black (K on CMYK) = 0.4.

Color convert

RGB15342102-
CMYK00.730.330.4
HSL327.57º56.92%38.24%-
HSV(B)327.57º72.55%60%-
XYZ16.369.3913.52-
YUV82.03139.27178.62-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 51.52%
GREEN value IS 42 (16.80% from 255) = 14.14%
BLUE value IS 102 (40.23% from 255) = 34.34%
R=51.52%
G=14.14%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.33
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1534210200.730.330.4327.5756.9238.24
Hex992A6604921281483926
Octal23152146011141505107146
Binary10011001101010110011001001001100001101000101001000111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992A66; }

 p { color: rgb(153,42,102); }

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

<style>
 a { background-color: #992A66; }

 a { background-color: rgb(153,42,102); }

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

<style>
 span { border-color: #992A66; }

 span { border-color: rgb(153,42,102); }

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