#99828F

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

Shades of Mountbatten Pink #99828F

Tints of Mountbatten Pink #99828F

Color information

#99828F (or 0x99828F) is unknown color: approx Mountbatten Pink. HEX triplet: 99, 82 and 8F. RGB value is (153,130,143). Sum of RGB (Red+Green+Blue) = 153+130+143=426 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.92% from 426); Green value is 130 (51.17% from 255 or 30.52% from 426); Blue value is 143 (56.25% from 255 or 33.57% from 426); Max value from RGB is 153 - color contains mainly: red. Hex color #99828F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99828F is #667D70. Grayscale: #8A8A8A. Windows color (decimal): -6716785 or 9405081. OLE color: 9405081.

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

Color convert

RGB153130143-
CMYK00.150.070.4
HSL326.09º10.13%55.49%-
HSV(B)326.09º15.03%60%-
XYZ26.0824.7229.38-
YUV138.36130.62138.44-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.92%
GREEN value IS 130 (51.17% from 255) = 30.52%
BLUE value IS 143 (56.25% from 255) = 33.57%
R=35.92%
G=30.52%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.07
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15313014300.150.070.4326.0910.1355.49
Hex99828F0F728146a37
Octal2312022170177505061267
Binary100110011000001010001111011111111010001010001101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99828F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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