Html Css Color HEX #9C838E Mountbatten Pink

📋 copy color: '#9C838E'

red 156 ◦ green 131 ◦ blue 142

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

Shades of Mountbatten Pink #9C838E

Tints of Mountbatten Pink #9C838E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 33.1%

R = 36.36%
G = 30.54%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.09

 K value IS 0.39

RGB Variations

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

Color information

#9C838E (or 0x9C838E) is known color: Mountbatten Pink. HEX triplet: 9C, 83 and 8E. RGB value is (156,131,142). Sum of RGB (Red+Green+Blue) = 156+131+142=429 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.36% from 429); Green value is 131 (51.56% from 255 or 30.54% from 429); Blue value is 142 (55.86% from 255 or 33.10% from 429); Max value from RGB is 156 - color contains mainly: red. Hex color #9C838E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C838E is #637C71. Grayscale: #8B8B8B. Windows color (decimal): -6519922 or 9339804. OLE color: 9339804.

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

Color convert

RGB 156 131 142 -
CMYK 0 0.16 0.09 0.39
HSL 333.6º 0.11% 0.56% -
HSV(B) 333.6º 0.16% 0.61% -
XYZ 26.71 25.25 29.06 -
YUV 139.73 129.28 139.61 -
System Red Green Blue C M Y K H S L
Decimal 156 131 142 0 0.16 0.09 0.39 333.6 0.11 0.56
Hex 9C 83 8E 0 10 9 27 14E B 38
Octal 234 203 216 0 20 11 47 516 13 70
Binary 10011100 10000011 10001110 0 10000 1001 100111 101001110 1011 111000

Color Harmonies of #9C838E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C838E

Black with #9C838E

Text Example


Text Example

White with #9C838E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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