#99738A

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

Shades of Mountbatten Pink #99738A

Tints of Mountbatten Pink #99738A

Color information

#99738A (or 0x99738A) is unknown color: approx Mountbatten Pink. HEX triplet: 99, 73 and 8A. RGB value is (153,115,138). Sum of RGB (Red+Green+Blue) = 153+115+138=406 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.68% from 406); Green value is 115 (45.31% from 255 or 28.33% from 406); Blue value is 138 (54.30% from 255 or 33.99% from 406); Max value from RGB is 153 - color contains mainly: red. Hex color #99738A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99738A is #668C75. Grayscale: #808080. Windows color (decimal): -6720630 or 9073561. OLE color: 9073561.

HSL color Cylindrical-coordinate representation of color #99738A: hue angle of 323.68º 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 #99738A is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.4.

Color convert

RGB153115138-
CMYK00.250.100.4
HSL323.68º15.7%52.55%-
HSV(B)323.68º24.84%60%-
XYZ23.8620.8726.82-
YUV128.98133.09145.13-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.68%
GREEN value IS 115 (45.31% from 255) = 28.33%
BLUE value IS 138 (54.30% from 255) = 33.99%
R=37.68%
G=28.33%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.10
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15311513800.250.100.4323.6815.752.55
Hex99738A019A281441035
Octal23116321203112505042065
Binary10011001111001110001010011001101010100010100010010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99738A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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