#99758F

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

Shades of Mountbatten Pink #99758F

Tints of Mountbatten Pink #99758F

Color information

#99758F (or 0x99758F) is unknown color: approx Mountbatten Pink. HEX triplet: 99, 75 and 8F. RGB value is (153,117,143). Sum of RGB (Red+Green+Blue) = 153+117+143=413 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.05% from 413); Green value is 117 (46.09% from 255 or 28.33% from 413); Blue value is 143 (56.25% from 255 or 34.62% from 413); Max value from RGB is 153 - color contains mainly: red. Hex color #99758F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99758F is #668A70. Grayscale: #828282. Windows color (decimal): -6720113 or 9401753. OLE color: 9401753.

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

Color convert

RGB153117143-
CMYK00.240.070.4
HSL316.67º15%52.94%-
HSV(B)316.67º23.53%60%-
XYZ24.4621.4828.84-
YUV130.73134.93143.89-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.05%
GREEN value IS 117 (46.09% from 255) = 28.33%
BLUE value IS 143 (56.25% from 255) = 34.62%
R=37.05%
G=28.33%
B=34.62%

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
Decimal15311714300.240.070.4316.671552.94
Hex99758F01872813df35
Octal2311652170307504751765
Binary100110011110101100011110110001111010001001111011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99758F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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