#997489

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

Shades of Mountbatten Pink #997489

Tints of Mountbatten Pink #997489

Color information

#997489 (or 0x997489) is unknown color: approx Mountbatten Pink. HEX triplet: 99, 74 and 89. RGB value is (153,116,137). Sum of RGB (Red+Green+Blue) = 153+116+137=406 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.68% from 406); Green value is 116 (45.70% from 255 or 28.57% from 406); Blue value is 137 (53.91% from 255 or 33.74% from 406); Max value from RGB is 153 - color contains mainly: red. Hex color #997489 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997489 is #668B76. Grayscale: #818181. Windows color (decimal): -6720375 or 9008281. OLE color: 9008281.

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

Color convert

RGB153116137-
CMYK00.240.100.4
HSL325.95º15.35%52.75%-
HSV(B)325.95º24.18%60%-
XYZ23.921.0726.47-
YUV129.46132.26144.79-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.68%
GREEN value IS 116 (45.70% from 255) = 28.57%
BLUE value IS 137 (53.91% from 255) = 33.74%
R=37.68%
G=28.57%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.10
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15311613700.240.100.4325.9515.3552.75
Hex997489018A28146f35
Octal23116421103012505061765
Binary1001100111101001000100101100010101010001010001101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997489; }

 p { color: rgb(153,116,137); }

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

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

 a { background-color: rgb(153,116,137); }

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

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

 span { border-color: rgb(153,116,137); }

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