#997888

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

Shades of Mountbatten Pink #997888

Tints of Mountbatten Pink #997888

Color information

#997888 (or 0x997888) is unknown color: approx Mountbatten Pink. HEX triplet: 99, 78 and 88. RGB value is (153,120,136). Sum of RGB (Red+Green+Blue) = 153+120+136=409 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.41% from 409); Green value is 120 (47.27% from 255 or 29.34% from 409); Blue value is 136 (53.52% from 255 or 33.25% from 409); Max value from RGB is 153 - color contains mainly: red. Hex color #997888 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997888 is #668777. Grayscale: #838383. Windows color (decimal): -6719352 or 8943769. OLE color: 8943769.

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

Color convert

RGB153120136-
CMYK00.220.110.4
HSL330.91º13.92%53.53%-
HSV(B)330.91º21.57%60%-
XYZ24.321.9826.26-
YUV131.69130.43143.2-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.41%
GREEN value IS 120 (47.27% from 255) = 29.34%
BLUE value IS 136 (53.52% from 255) = 33.25%
R=37.41%
G=29.34%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.11
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15312013600.220.110.4330.9113.9253.53
Hex997888016B2814be36
Octal23117021002613505131666
Binary1001100111110001000100001011010111010001010010111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997888; }

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

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

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

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

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

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

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

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