#998292

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

Shades of Mountbatten Pink #998292

Tints of Mountbatten Pink #998292

Color information

#998292 (or 0x998292) is unknown color: approx Mountbatten Pink. HEX triplet: 99, 82 and 92. RGB value is (153,130,146). Sum of RGB (Red+Green+Blue) = 153+130+146=429 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.66% from 429); Green value is 130 (51.17% from 255 or 30.30% from 429); Blue value is 146 (57.42% from 255 or 34.03% from 429); Max value from RGB is 153 - color contains mainly: red. Hex color #998292 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998292 is #667D6D. Grayscale: #8A8A8A. Windows color (decimal): -6716782 or 9601689. OLE color: 9601689.

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

Color convert

RGB153130146-
CMYK00.150.050.4
HSL318.26º10.13%55.49%-
HSV(B)318.26º15.03%60%-
XYZ26.3124.8130.6-
YUV138.7132.12138.2-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.66%
GREEN value IS 130 (51.17% from 255) = 30.30%
BLUE value IS 146 (57.42% from 255) = 34.03%
R=35.66%
G=30.30%
B=34.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.05
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15313014600.150.050.4318.2610.1355.49
Hex9982920F52813ea37
Octal2312022220175504761267
Binary100110011000001010010010011111011010001001111101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998292; }

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

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

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

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

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

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

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

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