#9C748D

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

Shades of Mountbatten Pink #9C748D

Tints of Mountbatten Pink #9C748D

Color information

#9C748D (or 0x9C748D) is unknown color: approx Mountbatten Pink. HEX triplet: 9C, 74 and 8D. RGB value is (156,116,141). Sum of RGB (Red+Green+Blue) = 156+116+141=413 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.77% from 413); Green value is 116 (45.70% from 255 or 28.09% from 413); Blue value is 141 (55.47% from 255 or 34.14% from 413); Max value from RGB is 156 - color contains mainly: red. Hex color #9C748D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C748D is #638B72. Grayscale: #828282. Windows color (decimal): -6523763 or 9270428. OLE color: 9270428.

HSL color Cylindrical-coordinate representation of color #9C748D: hue angle of 322.5º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9C748D is Cyan = 0, Magento = 0.26, Yellow = 0.10 and Black (K on CMYK) = 0.39.

Color convert

RGB156116141-
CMYK00.260.100.39
HSL322.5º16.81%53.33%-
HSV(B)322.5º25.64%61.18%-
XYZ24.7621.4828.04-
YUV130.81133.75145.97-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 37.77%
GREEN value IS 116 (45.70% from 255) = 28.09%
BLUE value IS 141 (55.47% from 255) = 34.14%
R=37.77%
G=28.09%
B=34.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.10
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15611614100.260.100.39322.516.8153.33
Hex9C748D01AA271421135
Octal23416421503212475022165
Binary10011100111010010001101011010101010011110100001010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C748D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,116,141); }

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

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

 a { background-color: rgb(156,116,141); }

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

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

 span { border-color: rgb(156,116,141); }

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