#996D92

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

Shades of Mountbatten Pink #996D92

Tints of Mountbatten Pink #996D92

Color information

#996D92 (or 0x996D92) is unknown color: approx Mountbatten Pink. HEX triplet: 99, 6D and 92. RGB value is (153,109,146). Sum of RGB (Red+Green+Blue) = 153+109+146=408 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.5% from 408); Green value is 109 (42.97% from 255 or 26.72% from 408); Blue value is 146 (57.42% from 255 or 35.78% from 408); Max value from RGB is 153 - color contains mainly: red. Hex color #996D92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996D92 is #66926D. Grayscale: #7E7E7E. Windows color (decimal): -6722158 or 9596313. OLE color: 9596313.

HSL color Cylindrical-coordinate representation of color #996D92: hue angle of 309.55º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #996D92 is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.4.

Color convert

RGB153109146-
CMYK00.290.050.4
HSL309.55º17.74%51.37%-
HSV(B)309.55º28.76%60%-
XYZ23.7919.7829.76-
YUV126.37139.08146.99-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.5%
GREEN value IS 109 (42.97% from 255) = 26.72%
BLUE value IS 146 (57.42% from 255) = 35.78%
R=37.5%
G=26.72%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.05
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15310914600.290.050.4309.5517.7451.37
Hex996D9201D5281361233
Octal2311552220355504662263
Binary1001100111011011001001001110110110100010011011010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996D92; }

 p { color: rgb(153,109,146); }

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

<style>
 a { background-color: #996D92; }

 a { background-color: rgb(153,109,146); }

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

<style>
 span { border-color: #996D92; }

 span { border-color: rgb(153,109,146); }

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