#99718D

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

Shades of Mountbatten Pink #99718D

Tints of Mountbatten Pink #99718D

Color information

#99718D (or 0x99718D) is unknown color: approx Mountbatten Pink. HEX triplet: 99, 71 and 8D. RGB value is (153,113,141). Sum of RGB (Red+Green+Blue) = 153+113+141=407 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.59% from 407); Green value is 113 (44.53% from 255 or 27.76% from 407); Blue value is 141 (55.47% from 255 or 34.64% from 407); Max value from RGB is 153 - color contains mainly: red. Hex color #99718D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99718D is #668E72. Grayscale: #808080. Windows color (decimal): -6721139 or 9269657. OLE color: 9269657.

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

Color convert

RGB153113141-
CMYK00.260.080.4
HSL318º16.39%52.16%-
HSV(B)318º26.14%60%-
XYZ23.8520.5127.9-
YUV128.15135.25145.72-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.59%
GREEN value IS 113 (44.53% from 255) = 27.76%
BLUE value IS 141 (55.47% from 255) = 34.64%
R=37.59%
G=27.76%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.08
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15311314100.260.080.431816.3952.16
Hex99718D01A82813e1034
Octal23116121503210504762064
Binary10011001111000110001101011010100010100010011111010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99718D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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