#99798E

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

Shades of Mountbatten Pink #99798E

Tints of Mountbatten Pink #99798E

Color information

#99798E (or 0x99798E) is unknown color: approx Mountbatten Pink. HEX triplet: 99, 79 and 8E. RGB value is (153,121,142). Sum of RGB (Red+Green+Blue) = 153+121+142=416 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.78% from 416); Green value is 121 (47.66% from 255 or 29.09% from 416); Blue value is 142 (55.86% from 255 or 34.13% from 416); Max value from RGB is 153 - color contains mainly: red. Hex color #99798E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99798E is #668671. Grayscale: #848484. Windows color (decimal): -6719090 or 9337241. OLE color: 9337241.

HSL color Cylindrical-coordinate representation of color #99798E: hue angle of 320.62º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #99798E is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.4.

Color convert

RGB153121142-
CMYK00.210.070.4
HSL320.62º13.56%53.73%-
HSV(B)320.62º20.92%60%-
XYZ24.8622.428.6-
YUV132.96133.1142.29-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.78%
GREEN value IS 121 (47.66% from 255) = 29.09%
BLUE value IS 142 (55.86% from 255) = 34.13%
R=36.78%
G=29.09%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.07
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15312114200.210.070.4320.6213.5653.73
Hex99798E015728141e36
Octal2311712160257505011666
Binary100110011111001100011100101011111010001010000011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99798E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99798E; }

 p { color: rgb(153,121,142); }

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

<style>
 a { background-color: #99798E; }

 a { background-color: rgb(153,121,142); }

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

<style>
 span { border-color: #99798E; }

 span { border-color: rgb(153,121,142); }

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