#997392

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

Shades of Mountbatten Pink #997392

Tints of Mountbatten Pink #997392

Color information

#997392 (or 0x997392) is unknown color: approx Mountbatten Pink. HEX triplet: 99, 73 and 92. RGB value is (153,115,146). Sum of RGB (Red+Green+Blue) = 153+115+146=414 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.96% from 414); Green value is 115 (45.31% from 255 or 27.78% from 414); Blue value is 146 (57.42% from 255 or 35.27% from 414); Max value from RGB is 153 - color contains mainly: red. Hex color #997392 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997392 is #668C6D. Grayscale: #818181. Windows color (decimal): -6720622 or 9597849. OLE color: 9597849.

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

Color convert

RGB153115146-
CMYK00.250.050.4
HSL311.05º15.7%52.55%-
HSV(B)311.05º24.84%60%-
XYZ24.4621.1129.98-
YUV129.9137.09144.48-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.96%
GREEN value IS 115 (45.31% from 255) = 27.78%
BLUE value IS 146 (57.42% from 255) = 35.27%
R=36.96%
G=27.78%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.05
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15311514600.250.050.4311.0515.752.55
Hex9973920195281371035
Octal2311632220315504672065
Binary1001100111100111001001001100110110100010011011110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997392; }

 p { color: rgb(153,115,146); }

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

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

 a { background-color: rgb(153,115,146); }

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

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

 span { border-color: rgb(153,115,146); }

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