#99748F

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

Shades of Mountbatten Pink #99748F

Tints of Mountbatten Pink #99748F

Color information

#99748F (or 0x99748F) is unknown color: approx Mountbatten Pink. HEX triplet: 99, 74 and 8F. RGB value is (153,116,143). Sum of RGB (Red+Green+Blue) = 153+116+143=412 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.14% from 412); Green value is 116 (45.70% from 255 or 28.16% from 412); Blue value is 143 (56.25% from 255 or 34.71% from 412); Max value from RGB is 153 - color contains mainly: red. Hex color #99748F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99748F is #668B70. Grayscale: #828282. Windows color (decimal): -6720369 or 9401497. OLE color: 9401497.

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

Color convert

RGB153116143-
CMYK00.240.070.4
HSL316.22º15.35%52.75%-
HSV(B)316.22º24.18%60%-
XYZ24.3421.2528.8-
YUV130.14135.26144.3-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.14%
GREEN value IS 116 (45.70% from 255) = 28.16%
BLUE value IS 143 (56.25% from 255) = 34.71%
R=37.14%
G=28.16%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.07
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15311614300.240.070.4316.2215.3552.75
Hex99748F01872813cf35
Octal2311642170307504741765
Binary100110011110100100011110110001111010001001111001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99748F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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