#99748D

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

Shades of Mountbatten Pink #99748D

Tints of Mountbatten Pink #99748D

Color information

#99748D (or 0x99748D) is unknown color: approx Mountbatten Pink. HEX triplet: 99, 74 and 8D. RGB value is (153,116,141). Sum of RGB (Red+Green+Blue) = 153+116+141=410 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.32% from 410); Green value is 116 (45.70% from 255 or 28.29% from 410); Blue value is 141 (55.47% from 255 or 34.39% from 410); Max value from RGB is 153 - color contains mainly: red. Hex color #99748D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99748D is #668B72. Grayscale: #818181. Windows color (decimal): -6720371 or 9270425. OLE color: 9270425.

HSL color Cylindrical-coordinate representation of color #99748D: hue angle of 319.46º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #99748D is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.4.

Color convert

RGB153116141-
CMYK00.240.080.4
HSL319.46º15.35%52.75%-
HSV(B)319.46º24.18%60%-
XYZ24.1921.1928.01-
YUV129.91134.26144.47-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.32%
GREEN value IS 116 (45.70% from 255) = 28.29%
BLUE value IS 141 (55.47% from 255) = 34.39%
R=37.32%
G=28.29%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.08
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15311614100.240.080.4319.4615.3552.75
Hex99748D01882813ff35
Octal23116421503010504771765
Binary1001100111101001000110101100010001010001001111111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99748D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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