#99708A

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

Shades of Mountbatten Pink #99708A

Tints of Mountbatten Pink #99708A

Color information

#99708A (or 0x99708A) is unknown color: approx Mountbatten Pink. HEX triplet: 99, 70 and 8A. RGB value is (153,112,138). Sum of RGB (Red+Green+Blue) = 153+112+138=403 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.97% from 403); Green value is 112 (44.14% from 255 or 27.79% from 403); Blue value is 138 (54.30% from 255 or 34.24% from 403); Max value from RGB is 153 - color contains mainly: red. Hex color #99708A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99708A is #668F75. Grayscale: #7F7F7F. Windows color (decimal): -6721398 or 9072793. OLE color: 9072793.

HSL color Cylindrical-coordinate representation of color #99708A: hue angle of 321.95º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #99708A is Cyan = 0, Magento = 0.27, Yellow = 0.10 and Black (K on CMYK) = 0.4.

Color convert

RGB153112138-
CMYK00.270.100.4
HSL321.95º16.73%51.96%-
HSV(B)321.95º26.8%60%-
XYZ23.5220.226.7-
YUV127.22134.08146.39-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.97%
GREEN value IS 112 (44.14% from 255) = 27.79%
BLUE value IS 138 (54.30% from 255) = 34.24%
R=37.97%
G=27.79%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.10
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15311213800.270.100.4321.9516.7351.96
Hex99708A01BA281421134
Octal23116021203312505022164
Binary10011001111000010001010011011101010100010100001010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99708A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99708A; }

 p { color: rgb(153,112,138); }

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

<style>
 a { background-color: #99708A; }

 a { background-color: rgb(153,112,138); }

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

<style>
 span { border-color: #99708A; }

 span { border-color: rgb(153,112,138); }

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