#99708F

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

Shades of Mountbatten Pink #99708F

Tints of Mountbatten Pink #99708F

Color information

#99708F (or 0x99708F) is unknown color: approx Mountbatten Pink. HEX triplet: 99, 70 and 8F. RGB value is (153,112,143). Sum of RGB (Red+Green+Blue) = 153+112+143=408 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.5% from 408); Green value is 112 (44.14% from 255 or 27.45% from 408); Blue value is 143 (56.25% from 255 or 35.05% from 408); Max value from RGB is 153 - color contains mainly: red. Hex color #99708F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99708F is #668F70. Grayscale: #7F7F7F. Windows color (decimal): -6721393 or 9400473. OLE color: 9400473.

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

Color convert

RGB153112143-
CMYK00.270.070.4
HSL314.63º16.73%51.96%-
HSV(B)314.63º26.8%60%-
XYZ23.8920.3428.65-
YUV127.79136.58145.98-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.5%
GREEN value IS 112 (44.14% from 255) = 27.45%
BLUE value IS 143 (56.25% from 255) = 35.05%
R=37.5%
G=27.45%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.07
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15311214300.270.070.4314.6316.7351.96
Hex99708F01B72813b1134
Octal2311602170337504732164
Binary1001100111100001000111101101111110100010011101110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99708F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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