#99738D

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

Shades of Mountbatten Pink #99738D

Tints of Mountbatten Pink #99738D

Color information

#99738D (or 0x99738D) is unknown color: approx Mountbatten Pink. HEX triplet: 99, 73 and 8D. RGB value is (153,115,141). Sum of RGB (Red+Green+Blue) = 153+115+141=409 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.41% from 409); Green value is 115 (45.31% from 255 or 28.12% from 409); Blue value is 141 (55.47% from 255 or 34.47% from 409); Max value from RGB is 153 - color contains mainly: red. Hex color #99738D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99738D is #668C72. Grayscale: #818181. Windows color (decimal): -6720627 or 9270169. OLE color: 9270169.

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

Color convert

RGB153115141-
CMYK00.250.080.4
HSL318.95º15.7%52.55%-
HSV(B)318.95º24.84%60%-
XYZ24.0820.9627.98-
YUV129.33134.59144.89-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.41%
GREEN value IS 115 (45.31% from 255) = 28.12%
BLUE value IS 141 (55.47% from 255) = 34.47%
R=37.41%
G=28.12%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.08
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15311514100.250.080.4318.9515.752.55
Hex99738D01982813f1035
Octal23116321503110504772065
Binary10011001111001110001101011001100010100010011111110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99738D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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