#9C768E

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

Shades of Mountbatten Pink #9C768E

Tints of Mountbatten Pink #9C768E

Color information

#9C768E (or 0x9C768E) is unknown color: approx Mountbatten Pink. HEX triplet: 9C, 76 and 8E. RGB value is (156,118,142). Sum of RGB (Red+Green+Blue) = 156+118+142=416 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.5% from 416); Green value is 118 (46.48% from 255 or 28.37% from 416); Blue value is 142 (55.86% from 255 or 34.13% from 416); Max value from RGB is 156 - color contains mainly: red. Hex color #9C768E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C768E is #638971. Grayscale: #848484. Windows color (decimal): -6523250 or 9336476. OLE color: 9336476.

HSL color Cylindrical-coordinate representation of color #9C768E: hue angle of 322.11º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9C768E is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.39.

Color convert

RGB156118142-
CMYK00.240.090.39
HSL322.11º16.1%53.73%-
HSV(B)322.11º24.36%61.18%-
XYZ25.0721.9828.51-
YUV132.1133.59145.05-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 37.5%
GREEN value IS 118 (46.48% from 255) = 28.37%
BLUE value IS 142 (55.86% from 255) = 34.13%
R=37.5%
G=28.37%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.09
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15611814200.240.090.39322.1116.153.73
Hex9C768E0189271421036
Octal23416621603011475022066
Binary10011100111011010001110011000100110011110100001010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C768E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,118,142); }

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

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

 a { background-color: rgb(156,118,142); }

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

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

 span { border-color: rgb(156,118,142); }

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