#9C728F

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

Shades of Mountbatten Pink #9C728F

Tints of Mountbatten Pink #9C728F

Color information

#9C728F (or 0x9C728F) is unknown color: approx Mountbatten Pink. HEX triplet: 9C, 72 and 8F. RGB value is (156,114,143). Sum of RGB (Red+Green+Blue) = 156+114+143=413 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.77% from 413); Green value is 114 (44.92% from 255 or 27.60% from 413); Blue value is 143 (56.25% from 255 or 34.62% from 413); Max value from RGB is 156 - color contains mainly: red. Hex color #9C728F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C728F is #638D70. Grayscale: #818181. Windows color (decimal): -6524273 or 9400988. OLE color: 9400988.

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

Color convert

RGB156114143-
CMYK00.270.080.39
HSL318.57º17.5%52.94%-
HSV(B)318.57º26.92%61.18%-
XYZ24.6921.0928.76-
YUV129.86135.41146.64-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 37.77%
GREEN value IS 114 (44.92% from 255) = 27.60%
BLUE value IS 143 (56.25% from 255) = 34.62%
R=37.77%
G=27.60%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.08
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15611414300.270.080.39318.5717.552.94
Hex9C728F01B82713f1235
Octal23416221703310474772265
Binary10011100111001010001111011011100010011110011111110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C728F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,114,143); }

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

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

 a { background-color: rgb(156,114,143); }

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

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

 span { border-color: rgb(156,114,143); }

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