#997892

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

Shades of Mountbatten Pink #997892

Tints of Mountbatten Pink #997892

Color information

#997892 (or 0x997892) is unknown color: approx Mountbatten Pink. HEX triplet: 99, 78 and 92. RGB value is (153,120,146). Sum of RGB (Red+Green+Blue) = 153+120+146=419 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.52% from 419); Green value is 120 (47.27% from 255 or 28.64% from 419); Blue value is 146 (57.42% from 255 or 34.84% from 419); Max value from RGB is 153 - color contains mainly: red. Hex color #997892 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997892 is #66876D. Grayscale: #848484. Windows color (decimal): -6719342 or 9599129. OLE color: 9599129.

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

Color convert

RGB153120146-
CMYK00.220.050.4
HSL312.73º13.92%53.53%-
HSV(B)312.73º21.57%60%-
XYZ25.0422.2830.17-
YUV132.83135.43142.39-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.52%
GREEN value IS 120 (47.27% from 255) = 28.64%
BLUE value IS 146 (57.42% from 255) = 34.84%
R=36.52%
G=28.64%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.05
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15312014600.220.050.4312.7313.9253.53
Hex997892016528139e36
Octal2311702220265504711666
Binary100110011111000100100100101101011010001001110011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997892; }

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

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

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

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

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

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

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

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