#982C68

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

Shades of Lipstick #982C68

Tints of Lipstick #982C68

Color information

#982C68 (or 0x982C68) is unknown color: approx Lipstick. HEX triplet: 98, 2C and 68. RGB value is (152,44,104). Sum of RGB (Red+Green+Blue) = 152+44+104=300 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.67% from 300); Green value is 44 (17.58% from 255 or 14.67% from 300); Blue value is 104 (41.02% from 255 or 34.67% from 300); Max value from RGB is 152 - color contains mainly: red. Hex color #982C68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982C68 is #67D397. Grayscale: #535353. Windows color (decimal): -6804376 or 6827160. OLE color: 6827160.

HSL color Cylindrical-coordinate representation of color #982C68: hue angle of 326.67º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #982C68 is Cyan = 0, Magento = 0.71, Yellow = 0.32 and Black (K on CMYK) = 0.40.

Color convert

RGB15244104-
CMYK00.710.320.40
HSL326.67º55.1%38.43%-
HSV(B)326.67º71.05%59.61%-
XYZ16.359.4814.06-
YUV83.13139.78177.12-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 50.67%
GREEN value IS 44 (17.58% from 255) = 14.67%
BLUE value IS 104 (41.02% from 255) = 34.67%
R=50.67%
G=14.67%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.32
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1524410400.710.320.40326.6755.138.43
Hex982C6804720281473726
Octal23054150010740505076746
Binary10011000101100110100001000111100000101000101000111110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982C68; }

 p { color: rgb(152,44,104); }

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

<style>
 a { background-color: #982C68; }

 a { background-color: rgb(152,44,104); }

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

<style>
 span { border-color: #982C68; }

 span { border-color: rgb(152,44,104); }

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