#9C658F

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

Shades of Mountbatten Pink #9C658F

Tints of Mountbatten Pink #9C658F

Color information

#9C658F (or 0x9C658F) is unknown color: approx Mountbatten Pink. HEX triplet: 9C, 65 and 8F. RGB value is (156,101,143). Sum of RGB (Red+Green+Blue) = 156+101+143=400 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39% from 400); Green value is 101 (39.84% from 255 or 25.25% from 400); Blue value is 143 (56.25% from 255 or 35.75% from 400); Max value from RGB is 156 - color contains mainly: red. Hex color #9C658F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C658F is #639A70. Grayscale: #7A7A7A. Windows color (decimal): -6527601 or 9397660. OLE color: 9397660.

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

Color convert

RGB156101143-
CMYK00.350.080.39
HSL314.18º21.74%50.39%-
HSV(B)314.18º35.26%61.18%-
XYZ23.3218.3628.3-
YUV122.23139.72152.08-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 39%
GREEN value IS 101 (39.84% from 255) = 25.25%
BLUE value IS 143 (56.25% from 255) = 35.75%
R=39%
G=25.25%
B=35.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.08
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15610114300.350.080.39314.1821.7450.39
Hex9C658F02382713a1632
Octal23414521704310474722662
Binary100111001100101100011110100011100010011110011101010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C658F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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