#997896

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

Shades of Mountbatten Pink #997896

Tints of Mountbatten Pink #997896

Color information

#997896 (or 0x997896) is unknown color: approx Mountbatten Pink. HEX triplet: 99, 78 and 96. RGB value is (153,120,150). Sum of RGB (Red+Green+Blue) = 153+120+150=423 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.17% from 423); Green value is 120 (47.27% from 255 or 28.37% from 423); Blue value is 150 (58.98% from 255 or 35.46% from 423); Max value from RGB is 153 - color contains mainly: red. Hex color #997896 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997896 is #668769. Grayscale: #858585. Windows color (decimal): -6719338 or 9861273. OLE color: 9861273.

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

Color convert

RGB153120150-
CMYK00.220.020.4
HSL305.45º13.92%53.53%-
HSV(B)305.45º21.57%60%-
XYZ25.3622.4131.84-
YUV133.29137.43142.06-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.17%
GREEN value IS 120 (47.27% from 255) = 28.37%
BLUE value IS 150 (58.98% from 255) = 35.46%
R=36.17%
G=28.37%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.02
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15312015000.220.020.4305.4513.9253.53
Hex997896016228131e36
Octal2311702260262504611666
Binary10011001111100010010110010110101010001001100011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997896; }

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

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

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

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

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

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

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

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