#99888F

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

Shades of Mountbatten Pink #99888F

Tints of Mountbatten Pink #99888F

Color information

#99888F (or 0x99888F) is unknown color: approx Mountbatten Pink. HEX triplet: 99, 88 and 8F. RGB value is (153,136,143). Sum of RGB (Red+Green+Blue) = 153+136+143=432 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.42% from 432); Green value is 136 (53.52% from 255 or 31.48% from 432); Blue value is 143 (56.25% from 255 or 33.10% from 432); Max value from RGB is 153 - color contains mainly: red. Hex color #99888F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99888F is #667770. Grayscale: #8D8D8D. Windows color (decimal): -6715249 or 9406617. OLE color: 9406617.

HSL color Cylindrical-coordinate representation of color #99888F: hue angle of 335.29º degrees, saturation: 0.08, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #99888F is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.4.

Color convert

RGB153136143-
CMYK00.110.070.4
HSL335.29º7.69%56.67%-
HSV(B)335.29º11.11%60%-
XYZ26.926.3629.66-
YUV141.88128.63135.93-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.42%
GREEN value IS 136 (53.52% from 255) = 31.48%
BLUE value IS 143 (56.25% from 255) = 33.10%
R=35.42%
G=31.48%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.07
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15313614300.110.070.4335.297.6956.67
Hex99888F0B72814f839
Octal2312102170137505171071
Binary100110011000100010001111010111111010001010011111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99888F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99888F; }

 p { color: rgb(153,136,143); }

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

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

 a { background-color: rgb(153,136,143); }

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

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

 span { border-color: rgb(153,136,143); }

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