#997092

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

Shades of Mountbatten Pink #997092

Tints of Mountbatten Pink #997092

Color information

#997092 (or 0x997092) is unknown color: approx Mountbatten Pink. HEX triplet: 99, 70 and 92. RGB value is (153,112,146). Sum of RGB (Red+Green+Blue) = 153+112+146=411 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.23% from 411); Green value is 112 (44.14% from 255 or 27.25% from 411); Blue value is 146 (57.42% from 255 or 35.52% from 411); Max value from RGB is 153 - color contains mainly: red. Hex color #997092 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997092 is #668F6D. Grayscale: #808080. Windows color (decimal): -6721390 or 9597081. OLE color: 9597081.

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

Color convert

RGB153112146-
CMYK00.270.050.4
HSL310.24º16.73%51.96%-
HSV(B)310.24º26.8%60%-
XYZ24.1220.4429.87-
YUV128.14138.08145.74-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.23%
GREEN value IS 112 (44.14% from 255) = 27.25%
BLUE value IS 146 (57.42% from 255) = 35.52%
R=37.23%
G=27.25%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.05
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15311214600.270.050.4310.2416.7351.96
Hex99709201B5281361134
Octal2311602220335504662164
Binary1001100111100001001001001101110110100010011011010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997092; }

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

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

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

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

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

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

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

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