#997992

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

Shades of Mountbatten Pink #997992

Tints of Mountbatten Pink #997992

Color information

#997992 (or 0x997992) is unknown color: approx Mountbatten Pink. HEX triplet: 99, 79 and 92. RGB value is (153,121,146). Sum of RGB (Red+Green+Blue) = 153+121+146=420 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.43% from 420); Green value is 121 (47.66% from 255 or 28.81% from 420); Blue value is 146 (57.42% from 255 or 34.76% from 420); Max value from RGB is 153 - color contains mainly: red. Hex color #997992 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997992 is #66866D. Grayscale: #858585. Windows color (decimal): -6719086 or 9599385. OLE color: 9599385.

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

Color convert

RGB153121146-
CMYK00.210.050.4
HSL313.12º13.56%53.73%-
HSV(B)313.12º20.92%60%-
XYZ25.1622.5230.22-
YUV133.42135.1141.97-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.43%
GREEN value IS 121 (47.66% from 255) = 28.81%
BLUE value IS 146 (57.42% from 255) = 34.76%
R=36.43%
G=28.81%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.05
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15312114600.210.050.4313.1213.5653.73
Hex997992015528139e36
Octal2311712220255504711666
Binary100110011111001100100100101011011010001001110011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997992; }

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

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

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

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

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

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

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

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