#997988

Color #997988 Mountbatten Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountbatten Pink #997988

Tints of Mountbatten Pink #997988

Color information

#997988 (or 0x997988) is unknown color: approx Mountbatten Pink. HEX triplet: 99, 79 and 88. RGB value is (153,121,136). Sum of RGB (Red+Green+Blue) = 153+121+136=410 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.32% from 410); Green value is 121 (47.66% from 255 or 29.51% from 410); Blue value is 136 (53.52% from 255 or 33.17% from 410); Max value from RGB is 153 - color contains mainly: red. Hex color #997988 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997988 is #668677. Grayscale: #848484. Windows color (decimal): -6719096 or 8944025. OLE color: 8944025.

HSL color Cylindrical-coordinate representation of color #997988: hue angle of 331.88º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #997988 is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.4.

Color convert

RGB153121136-
CMYK00.210.110.4
HSL331.88º13.56%53.73%-
HSV(B)331.88º20.92%60%-
XYZ24.4222.2226.3-
YUV132.28130.1142.78-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.32%
GREEN value IS 121 (47.66% from 255) = 29.51%
BLUE value IS 136 (53.52% from 255) = 33.17%
R=37.32%
G=29.51%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.11
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15312113600.210.110.4331.8813.5653.73
Hex997988015B2814ce36
Octal23117121002513505141666
Binary1001100111110011000100001010110111010001010011001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997988; }

 p { color: rgb(153,121,136); }

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

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

 a { background-color: rgb(153,121,136); }

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

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

 span { border-color: rgb(153,121,136); }

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