#99738B

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

Shades of Mountbatten Pink #99738B

Tints of Mountbatten Pink #99738B

Color information

#99738B (or 0x99738B) is unknown color: approx Mountbatten Pink. HEX triplet: 99, 73 and 8B. RGB value is (153,115,139). Sum of RGB (Red+Green+Blue) = 153+115+139=407 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.59% from 407); Green value is 115 (45.31% from 255 or 28.26% from 407); Blue value is 139 (54.69% from 255 or 34.15% from 407); Max value from RGB is 153 - color contains mainly: red. Hex color #99738B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99738B is #668C74. Grayscale: #818181. Windows color (decimal): -6720629 or 9139097. OLE color: 9139097.

HSL color Cylindrical-coordinate representation of color #99738B: hue angle of 322.11º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #99738B is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.4.

Color convert

RGB153115139-
CMYK00.250.090.4
HSL322.11º15.7%52.55%-
HSV(B)322.11º24.84%60%-
XYZ23.9320.927.2-
YUV129.1133.59145.05-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.59%
GREEN value IS 115 (45.31% from 255) = 28.26%
BLUE value IS 139 (54.69% from 255) = 34.15%
R=37.59%
G=28.26%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.09
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15311513900.250.090.4322.1115.752.55
Hex99738B0199281421035
Octal23116321303111505022065
Binary10011001111001110001011011001100110100010100001010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99738B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99738B; }

 p { color: rgb(153,115,139); }

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

<style>
 a { background-color: #99738B; }

 a { background-color: rgb(153,115,139); }

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

<style>
 span { border-color: #99738B; }

 span { border-color: rgb(153,115,139); }

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