#99868E

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

Shades of Mountbatten Pink #99868E

Tints of Mountbatten Pink #99868E

Color information

#99868E (or 0x99868E) is unknown color: approx Mountbatten Pink. HEX triplet: 99, 86 and 8E. RGB value is (153,134,142). Sum of RGB (Red+Green+Blue) = 153+134+142=429 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.66% from 429); Green value is 134 (52.73% from 255 or 31.24% from 429); Blue value is 142 (55.86% from 255 or 33.10% from 429); Max value from RGB is 153 - color contains mainly: red. Hex color #99868E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99868E is #667971. Grayscale: #8C8C8C. Windows color (decimal): -6715762 or 9340569. OLE color: 9340569.

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

Color convert

RGB153134142-
CMYK00.120.070.4
HSL334.74º8.52%56.27%-
HSV(B)334.74º12.42%60%-
XYZ26.5425.7829.17-
YUV140.59128.79136.85-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.66%
GREEN value IS 134 (52.73% from 255) = 31.24%
BLUE value IS 142 (55.86% from 255) = 33.10%
R=35.66%
G=31.24%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.07
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15313414200.120.070.4334.748.5256.27
Hex99868E0C72814f938
Octal2312062160147505171170
Binary100110011000011010001110011001111010001010011111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99868E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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