#99848E

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

Shades of Mountbatten Pink #99848E

Tints of Mountbatten Pink #99848E

Color information

#99848E (or 0x99848E) is unknown color: approx Mountbatten Pink. HEX triplet: 99, 84 and 8E. RGB value is (153,132,142). Sum of RGB (Red+Green+Blue) = 153+132+142=427 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.83% from 427); Green value is 132 (51.95% from 255 or 30.91% from 427); Blue value is 142 (55.86% from 255 or 33.26% from 427); Max value from RGB is 153 - color contains mainly: red. Hex color #99848E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99848E is #667B71. Grayscale: #8B8B8B. Windows color (decimal): -6716274 or 9340057. OLE color: 9340057.

HSL color Cylindrical-coordinate representation of color #99848E: hue angle of 331.43º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #99848E is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.4.

Color convert

RGB153132142-
CMYK00.140.070.4
HSL331.43º9.33%55.88%-
HSV(B)331.43º13.73%60%-
XYZ26.2725.2329.08-
YUV139.42129.46137.69-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.83%
GREEN value IS 132 (51.95% from 255) = 30.91%
BLUE value IS 142 (55.86% from 255) = 33.26%
R=35.83%
G=30.91%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.07
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15313214200.140.070.4331.439.3355.88
Hex99848E0E72814b938
Octal2312042160167505131170
Binary100110011000010010001110011101111010001010010111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99848E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99848E; }

 p { color: rgb(153,132,142); }

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

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

 a { background-color: rgb(153,132,142); }

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

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

 span { border-color: rgb(153,132,142); }

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