#9D8592

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

Shades of Mountbatten Pink #9D8592

Tints of Mountbatten Pink #9D8592

Color information

#9D8592 (or 0x9D8592) is unknown color: approx Mountbatten Pink. HEX triplet: 9D, 85 and 92. RGB value is (157,133,146). Sum of RGB (Red+Green+Blue) = 157+133+146=436 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.01% from 436); Green value is 133 (52.34% from 255 or 30.50% from 436); Blue value is 146 (57.42% from 255 or 33.49% from 436); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8592 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D8592 is #627A6D. Grayscale: #8D8D8D. Windows color (decimal): -6453870 or 9602461. OLE color: 9602461.

HSL color Cylindrical-coordinate representation of color #9D8592: hue angle of 327.5º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9D8592 is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.38.

Color convert

RGB157133146-
CMYK00.150.070.38
HSL327.5º10.91%56.86%-
HSV(B)327.5º15.29%61.57%-
XYZ27.4826.0230.77-
YUV141.66130.45138.94-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 36.01%
GREEN value IS 133 (52.34% from 255) = 30.50%
BLUE value IS 146 (57.42% from 255) = 33.49%
R=36.01%
G=30.50%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.07
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15713314600.150.070.38327.510.9156.86
Hex9D85920F726148b39
Octal2352052220177465101371
Binary100111011000010110010010011111111001101010010001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D8592; }

 p { color: rgb(157,133,146); }

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

<style>
 a { background-color: #9D8592; }

 a { background-color: rgb(157,133,146); }

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

<style>
 span { border-color: #9D8592; }

 span { border-color: rgb(157,133,146); }

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