#9C698F

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

Shades of Mountbatten Pink #9C698F

Tints of Mountbatten Pink #9C698F

Color information

#9C698F (or 0x9C698F) is unknown color: approx Mountbatten Pink. HEX triplet: 9C, 69 and 8F. RGB value is (156,105,143). Sum of RGB (Red+Green+Blue) = 156+105+143=404 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.61% from 404); Green value is 105 (41.41% from 255 or 25.99% from 404); Blue value is 143 (56.25% from 255 or 35.40% from 404); Max value from RGB is 156 - color contains mainly: red. Hex color #9C698F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C698F is #639670. Grayscale: #7C7C7C. Windows color (decimal): -6526577 or 9398684. OLE color: 9398684.

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

Color convert

RGB156105143-
CMYK00.330.080.39
HSL315.29º20.48%51.18%-
HSV(B)315.29º32.69%61.18%-
XYZ23.7219.1528.43-
YUV124.58138.4150.41-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 38.61%
GREEN value IS 105 (41.41% from 255) = 25.99%
BLUE value IS 143 (56.25% from 255) = 35.40%
R=38.61%
G=25.99%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.08
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15610514300.330.080.39315.2920.4851.18
Hex9C698F02182713b1433
Octal23415121704110474732463
Binary100111001101001100011110100001100010011110011101110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C698F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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