#9C748A

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

Shades of Mountbatten Pink #9C748A

Tints of Mountbatten Pink #9C748A

Color information

#9C748A (or 0x9C748A) is unknown color: approx Mountbatten Pink. HEX triplet: 9C, 74 and 8A. RGB value is (156,116,138). Sum of RGB (Red+Green+Blue) = 156+116+138=410 (54% of max value = 765). Red value is 156 (61.33% from 255 or 38.05% from 410); Green value is 116 (45.70% from 255 or 28.29% from 410); Blue value is 138 (54.30% from 255 or 33.66% from 410); Max value from RGB is 156 - color contains mainly: red. Hex color #9C748A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C748A is #638B75. Grayscale: #828282. Windows color (decimal): -6523766 or 9073820. OLE color: 9073820.

HSL color Cylindrical-coordinate representation of color #9C748A: hue angle of 327º 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 #9C748A is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.39.

Color convert

RGB156116138-
CMYK00.260.120.39
HSL327º16.81%53.33%-
HSV(B)327º25.64%61.18%-
XYZ24.5421.3926.88-
YUV130.47132.25146.21-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 38.05%
GREEN value IS 116 (45.70% from 255) = 28.29%
BLUE value IS 138 (54.30% from 255) = 33.66%
R=38.05%
G=28.29%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.12
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15611613800.260.120.3932716.8153.33
Hex9C748A01AC271471135
Octal23416421203214475072165
Binary10011100111010010001010011010110010011110100011110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C748A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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