Html Css Color HEX #9C8390 Mountbatten Pink

📋 copy color: '#9C8390'

red 156 ◦ green 131 ◦ blue 144

#9C8390
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mountbatten Pink #9C8390

Tints of Mountbatten Pink #9C8390

RGB

 RED value IS 156 (61.33% from 255) = 36.19%

 GREEN value IS 131 (51.56% from 255) = 30.39%

 BLUE value IS 144 (56.64% from 255) = 33.41%

R = 36.19%
G = 30.39%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.08

 K value IS 0.39

RGB Variations

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

Color information

#9C8390 (or 0x9C8390) is known color: Mountbatten Pink. HEX triplet: 9C, 83 and 90. RGB value is (156,131,144). Sum of RGB (Red+Green+Blue) = 156+131+144=431 (57% of max value = 765). Red value is 156 (61.33% from 255 or 36.19% from 431); Green value is 131 (51.56% from 255 or 30.39% from 431); Blue value is 144 (56.64% from 255 or 33.41% from 431); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8390 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C8390 is #637C6F. Grayscale: #8B8B8B. Windows color (decimal): -6519920 or 9470876. OLE color: 9470876.

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

Color convert

RGB 156 131 144 -
CMYK 0 0.16 0.08 0.39
HSL 328.8º 0.11% 0.56% -
HSV(B) 328.8º 0.16% 0.61% -
XYZ 26.86 25.31 29.86 -
YUV 139.96 130.28 139.44 -
System Red Green Blue C M Y K H S L
Decimal 156 131 144 0 0.16 0.08 0.39 328.8 0.11 0.56
Hex 9C 83 90 0 10 8 27 149 B 38
Octal 234 203 220 0 20 10 47 511 13 70
Binary 10011100 10000011 10010000 0 10000 1000 100111 101001001 1011 111000

Color Harmonies of #9C8390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C8390

Black with #9C8390

Text Example


Text Example

White with #9C8390

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,131,144); }

 H1.HeaderClassName
 {
   color: #9C8390;
 }
 .AnyTagClassName
 {
   color: #9C8390;
 }
</style>

background-color css

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

 a { background-color: rgb(156,131,144); }

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

border-color css

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

 span { border-color: rgb(156,131,144); }

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