#99808E

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

Shades of Mountbatten Pink #99808E

Tints of Mountbatten Pink #99808E

Color information

#99808E (or 0x99808E) is unknown color: approx Mountbatten Pink. HEX triplet: 99, 80 and 8E. RGB value is (153,128,142). Sum of RGB (Red+Green+Blue) = 153+128+142=423 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.17% from 423); Green value is 128 (50.39% from 255 or 30.26% from 423); Blue value is 142 (55.86% from 255 or 33.57% from 423); Max value from RGB is 153 - color contains mainly: red. Hex color #99808E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99808E is #667F71. Grayscale: #898989. Windows color (decimal): -6717298 or 9339033. OLE color: 9339033.

HSL color Cylindrical-coordinate representation of color #99808E: hue angle of 326.4º 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 #99808E is Cyan = 0, Magento = 0.16, Yellow = 0.07 and Black (K on CMYK) = 0.4.

Color convert

RGB153128142-
CMYK00.160.070.4
HSL326.4º10.92%55.1%-
HSV(B)326.4º16.34%60%-
XYZ25.7424.1628.9-
YUV137.07130.78139.36-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.17%
GREEN value IS 128 (50.39% from 255) = 30.26%
BLUE value IS 142 (55.86% from 255) = 33.57%
R=36.17%
G=30.26%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.07
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15312814200.160.070.4326.410.9255.1
Hex99808E010728146b37
Octal2312002160207505061367
Binary1001100110000000100011100100001111010001010001101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99808E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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