#997290

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

Shades of Mountbatten Pink #997290

Tints of Mountbatten Pink #997290

Color information

#997290 (or 0x997290) is unknown color: approx Mountbatten Pink. HEX triplet: 99, 72 and 90. RGB value is (153,114,144). Sum of RGB (Red+Green+Blue) = 153+114+144=411 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.23% from 411); Green value is 114 (44.92% from 255 or 27.74% from 411); Blue value is 144 (56.64% from 255 or 35.04% from 411); Max value from RGB is 153 - color contains mainly: red. Hex color #997290 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997290 is #668D6F. Grayscale: #818181. Windows color (decimal): -6720880 or 9466521. OLE color: 9466521.

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

Color convert

RGB153114144-
CMYK00.250.060.4
HSL313.85º16.05%52.35%-
HSV(B)313.85º25.49%60%-
XYZ24.1920.8229.13-
YUV129.08136.42145.06-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.23%
GREEN value IS 114 (44.92% from 255) = 27.74%
BLUE value IS 144 (56.64% from 255) = 35.04%
R=37.23%
G=27.74%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.06
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15311414400.250.060.4313.8516.0552.35
Hex99729001962813a1034
Octal2311622200316504722064
Binary1001100111100101001000001100111010100010011101010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997290; }

 p { color: rgb(153,114,144); }

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

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

 a { background-color: rgb(153,114,144); }

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

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

 span { border-color: rgb(153,114,144); }

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