#99758C

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

Shades of Mountbatten Pink #99758C

Tints of Mountbatten Pink #99758C

Color information

#99758C (or 0x99758C) is unknown color: approx Mountbatten Pink. HEX triplet: 99, 75 and 8C. RGB value is (153,117,140). Sum of RGB (Red+Green+Blue) = 153+117+140=410 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.32% from 410); Green value is 117 (46.09% from 255 or 28.54% from 410); Blue value is 140 (55.08% from 255 or 34.15% from 410); Max value from RGB is 153 - color contains mainly: red. Hex color #99758C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99758C is #668A73. Grayscale: #828282. Windows color (decimal): -6720116 or 9205145. OLE color: 9205145.

HSL color Cylindrical-coordinate representation of color #99758C: hue angle of 321.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 #99758C is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.4.

Color convert

RGB153117140-
CMYK00.240.080.4
HSL321.67º15%52.94%-
HSV(B)321.67º23.53%60%-
XYZ24.2321.3927.66-
YUV130.39133.43144.13-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.32%
GREEN value IS 117 (46.09% from 255) = 28.54%
BLUE value IS 140 (55.08% from 255) = 34.15%
R=37.32%
G=28.54%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.08
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15311714000.240.080.4321.671552.94
Hex99758C018828142f35
Octal23116521403010505021765
Binary1001100111101011000110001100010001010001010000101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99758C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99758C; }

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

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

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

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

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

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

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

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