#997587

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

Shades of Mountbatten Pink #997587

Tints of Mountbatten Pink #997587

Color information

#997587 (or 0x997587) is unknown color: approx Mountbatten Pink. HEX triplet: 99, 75 and 87. RGB value is (153,117,135). Sum of RGB (Red+Green+Blue) = 153+117+135=405 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.78% from 405); Green value is 117 (46.09% from 255 or 28.89% from 405); Blue value is 135 (53.12% from 255 or 33.33% from 405); Max value from RGB is 153 - color contains mainly: red. Hex color #997587 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997587 is #668A78. Grayscale: #818181. Windows color (decimal): -6720121 or 8877465. OLE color: 8877465.

HSL color Cylindrical-coordinate representation of color #997587: hue angle of 330º 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 #997587 is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.4.

Color convert

RGB153117135-
CMYK00.240.120.4
HSL330º15%52.94%-
HSV(B)330º23.53%60%-
XYZ23.8721.2425.76-
YUV129.82130.93144.54-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.78%
GREEN value IS 117 (46.09% from 255) = 28.89%
BLUE value IS 135 (53.12% from 255) = 33.33%
R=37.78%
G=28.89%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.12
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15311713500.240.120.43301552.94
Hex997587018C2814af35
Octal23116520703014505121765
Binary1001100111101011000011101100011001010001010010101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997587; }

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

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

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

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

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

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

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

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