#99818D

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

Shades of Mountbatten Pink #99818D

Tints of Mountbatten Pink #99818D

Color information

#99818D (or 0x99818D) is unknown color: approx Mountbatten Pink. HEX triplet: 99, 81 and 8D. RGB value is (153,129,141). Sum of RGB (Red+Green+Blue) = 153+129+141=423 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.17% from 423); Green value is 129 (50.78% from 255 or 30.50% from 423); Blue value is 141 (55.47% from 255 or 33.33% from 423); Max value from RGB is 153 - color contains mainly: red. Hex color #99818D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99818D is #667E72. Grayscale: #898989. Windows color (decimal): -6717043 or 9273753. OLE color: 9273753.

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

Color convert

RGB153129141-
CMYK00.160.080.4
HSL330º10.53%55.29%-
HSV(B)330º15.69%60%-
XYZ25.7924.428.55-
YUV137.54129.95139.02-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.17%
GREEN value IS 129 (50.78% from 255) = 30.50%
BLUE value IS 141 (55.47% from 255) = 33.33%
R=36.17%
G=30.50%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.08
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15312914100.160.080.433010.5355.29
Hex99818D01082814ab37
Octal23120121502010505121367
Binary10011001100000011000110101000010001010001010010101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99818D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99818D; }

 p { color: rgb(153,129,141); }

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

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

 a { background-color: rgb(153,129,141); }

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

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

 span { border-color: rgb(153,129,141); }

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