#9C688E

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

Shades of Mountbatten Pink #9C688E

Tints of Mountbatten Pink #9C688E

Color information

#9C688E (or 0x9C688E) is unknown color: approx Mountbatten Pink. HEX triplet: 9C, 68 and 8E. RGB value is (156,104,142). Sum of RGB (Red+Green+Blue) = 156+104+142=402 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.81% from 402); Green value is 104 (41.02% from 255 or 25.87% from 402); Blue value is 142 (55.86% from 255 or 35.32% from 402); Max value from RGB is 156 - color contains mainly: red. Hex color #9C688E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C688E is #639771. Grayscale: #7B7B7B. Windows color (decimal): -6526834 or 9332892. OLE color: 9332892.

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

Color convert

RGB156104142-
CMYK00.330.090.39
HSL316.15º20.8%50.98%-
HSV(B)316.15º33.33%61.18%-
XYZ23.5418.9228-
YUV123.88138.23150.91-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 38.81%
GREEN value IS 104 (41.02% from 255) = 25.87%
BLUE value IS 142 (55.86% from 255) = 35.32%
R=38.81%
G=25.87%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.09
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15610414200.330.090.39316.1520.850.98
Hex9C688E02192713c1533
Octal23415021604111474742563
Binary100111001101000100011100100001100110011110011110010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C688E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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