#997588

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

Shades of Mountbatten Pink #997588

Tints of Mountbatten Pink #997588

Color information

#997588 (or 0x997588) is unknown color: approx Mountbatten Pink. HEX triplet: 99, 75 and 88. RGB value is (153,117,136). Sum of RGB (Red+Green+Blue) = 153+117+136=406 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.68% from 406); Green value is 117 (46.09% from 255 or 28.82% from 406); Blue value is 136 (53.52% from 255 or 33.50% from 406); Max value from RGB is 153 - color contains mainly: red. Hex color #997588 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997588 is #668A77. Grayscale: #818181. Windows color (decimal): -6720120 or 8943001. OLE color: 8943001.

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

Color convert

RGB153117136-
CMYK00.240.110.4
HSL328.33º15%52.94%-
HSV(B)328.33º23.53%60%-
XYZ23.9421.2726.14-
YUV129.93131.43144.46-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.68%
GREEN value IS 117 (46.09% from 255) = 28.82%
BLUE value IS 136 (53.52% from 255) = 33.50%
R=37.68%
G=28.82%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.11
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15311713600.240.110.4328.331552.94
Hex997588018B28148f35
Octal23116521003013505101765
Binary1001100111101011000100001100010111010001010010001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997588; }

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

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

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

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

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

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

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

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