#997190

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

Shades of Mountbatten Pink #997190

Tints of Mountbatten Pink #997190

Color information

#997190 (or 0x997190) is unknown color: approx Mountbatten Pink. HEX triplet: 99, 71 and 90. RGB value is (153,113,144). Sum of RGB (Red+Green+Blue) = 153+113+144=410 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.32% from 410); Green value is 113 (44.53% from 255 or 27.56% from 410); Blue value is 144 (56.64% from 255 or 35.12% from 410); Max value from RGB is 153 - color contains mainly: red. Hex color #997190 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997190 is #668E6F. Grayscale: #808080. Windows color (decimal): -6721136 or 9466265. OLE color: 9466265.

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

Color convert

RGB153113144-
CMYK00.260.060.4
HSL313.5º16.39%52.16%-
HSV(B)313.5º26.14%60%-
XYZ24.0820.629.09-
YUV128.49136.75145.48-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.32%
GREEN value IS 113 (44.53% from 255) = 27.56%
BLUE value IS 144 (56.64% from 255) = 35.12%
R=37.32%
G=27.56%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.06
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15311314400.260.060.4313.516.3952.16
Hex99719001A62813a1034
Octal2311612200326504722064
Binary1001100111100011001000001101011010100010011101010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997190; }

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

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

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

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

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

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

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

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