#9C718F

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

Shades of Mountbatten Pink #9C718F

Tints of Mountbatten Pink #9C718F

Color information

#9C718F (or 0x9C718F) is unknown color: approx Mountbatten Pink. HEX triplet: 9C, 71 and 8F. RGB value is (156,113,143). Sum of RGB (Red+Green+Blue) = 156+113+143=412 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.86% from 412); Green value is 113 (44.53% from 255 or 27.43% from 412); Blue value is 143 (56.25% from 255 or 34.71% from 412); Max value from RGB is 156 - color contains mainly: red. Hex color #9C718F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C718F is #638E70. Grayscale: #818181. Windows color (decimal): -6524529 or 9400732. OLE color: 9400732.

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

Color convert

RGB156113143-
CMYK00.280.080.39
HSL318.14º17.84%52.75%-
HSV(B)318.14º27.56%61.18%-
XYZ24.5720.8628.72-
YUV129.28135.75147.06-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 37.86%
GREEN value IS 113 (44.53% from 255) = 27.43%
BLUE value IS 143 (56.25% from 255) = 34.71%
R=37.86%
G=27.43%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.08
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15611314300.280.080.39318.1417.8452.75
Hex9C718F01C82713e1235
Octal23416121703410474762265
Binary10011100111000110001111011100100010011110011111010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C718F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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