#998295

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

Shades of Mountbatten Pink #998295

Tints of Mountbatten Pink #998295

Color information

#998295 (or 0x998295) is unknown color: approx Mountbatten Pink. HEX triplet: 99, 82 and 95. RGB value is (153,130,149). Sum of RGB (Red+Green+Blue) = 153+130+149=432 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.42% from 432); Green value is 130 (51.17% from 255 or 30.09% from 432); Blue value is 149 (58.59% from 255 or 34.49% from 432); Max value from RGB is 153 - color contains mainly: red. Hex color #998295 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998295 is #667D6A. Grayscale: #8A8A8A. Windows color (decimal): -6716779 or 9798297. OLE color: 9798297.

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

Color convert

RGB153130149-
CMYK00.150.030.4
HSL310.43º10.13%55.49%-
HSV(B)310.43º15.03%60%-
XYZ26.5424.9131.84-
YUV139.04133.62137.96-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.42%
GREEN value IS 130 (51.17% from 255) = 30.09%
BLUE value IS 149 (58.59% from 255) = 34.49%
R=35.42%
G=30.09%
B=34.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.03
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15313014900.150.030.4310.4310.1355.49
Hex9982950F328136a37
Octal2312022250173504661267
Binary10011001100000101001010101111111010001001101101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998295; }

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

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

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

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

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

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

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

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