#9C698D

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

Shades of Mountbatten Pink #9C698D

Tints of Mountbatten Pink #9C698D

Color information

#9C698D (or 0x9C698D) is unknown color: approx Mountbatten Pink. HEX triplet: 9C, 69 and 8D. RGB value is (156,105,141). Sum of RGB (Red+Green+Blue) = 156+105+141=402 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.81% from 402); Green value is 105 (41.41% from 255 or 26.12% from 402); Blue value is 141 (55.47% from 255 or 35.07% from 402); Max value from RGB is 156 - color contains mainly: red. Hex color #9C698D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C698D is #639672. Grayscale: #7C7C7C. Windows color (decimal): -6526579 or 9267612. OLE color: 9267612.

HSL color Cylindrical-coordinate representation of color #9C698D: hue angle of 317.65º degrees, saturation: 0.2, 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 #9C698D is Cyan = 0, Magento = 0.33, Yellow = 0.10 and Black (K on CMYK) = 0.39.

Color convert

RGB156105141-
CMYK00.330.100.39
HSL317.65º20.48%51.18%-
HSV(B)317.65º32.69%61.18%-
XYZ23.5719.0927.64-
YUV124.35137.4150.57-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 38.81%
GREEN value IS 105 (41.41% from 255) = 26.12%
BLUE value IS 141 (55.47% from 255) = 35.07%
R=38.81%
G=26.12%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.10
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15610514100.330.100.39317.6520.4851.18
Hex9C698D021A2713e1433
Octal23415121504112474762463
Binary100111001101001100011010100001101010011110011111010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C698D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,105,141); }

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

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

 a { background-color: rgb(156,105,141); }

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

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

 span { border-color: rgb(156,105,141); }

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