#997595

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

Shades of Mountbatten Pink #997595

Tints of Mountbatten Pink #997595

Color information

#997595 (or 0x997595) is unknown color: approx Mountbatten Pink. HEX triplet: 99, 75 and 95. RGB value is (153,117,149). Sum of RGB (Red+Green+Blue) = 153+117+149=419 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.52% from 419); Green value is 117 (46.09% from 255 or 27.92% from 419); Blue value is 149 (58.59% from 255 or 35.56% from 419); Max value from RGB is 153 - color contains mainly: red. Hex color #997595 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997595 is #668A6A. Grayscale: #838383. Windows color (decimal): -6720107 or 9794969. OLE color: 9794969.

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

Color convert

RGB153117149-
CMYK00.240.030.4
HSL306.67º15%52.94%-
HSV(B)306.67º23.53%60%-
XYZ24.9221.6631.3-
YUV131.41137.93143.4-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.52%
GREEN value IS 117 (46.09% from 255) = 27.92%
BLUE value IS 149 (58.59% from 255) = 35.56%
R=36.52%
G=27.92%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.03
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15311714900.240.030.4306.671552.94
Hex997595018328133f35
Octal2311652250303504631765
Binary10011001111010110010101011000111010001001100111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997595; }

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

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

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

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

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

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

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

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