Html Css Color HEX #9C838D Mountbatten Pink

📋 copy color: '#9C838D'

red 156 ◦ green 131 ◦ blue 141

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

Shades of Mountbatten Pink #9C838D

Tints of Mountbatten Pink #9C838D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 32.94%

R = 36.45%
G = 30.61%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.10

 K value IS 0.39

RGB Variations

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

Color information

#9C838D (or 0x9C838D) is known color: Mountbatten Pink. HEX triplet: 9C, 83 and 8D. RGB value is (156,131,141). Sum of RGB (Red+Green+Blue) = 156+131+141=428 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.45% from 428); Green value is 131 (51.56% from 255 or 30.61% from 428); Blue value is 141 (55.47% from 255 or 32.94% from 428); Max value from RGB is 156 - color contains mainly: red. Hex color #9C838D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C838D is #637C72. Grayscale: #8B8B8B. Windows color (decimal): -6519923 or 9274268. OLE color: 9274268.

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

Color convert

RGB 156 131 141 -
CMYK 0 0.16 0.10 0.39
HSL 336º 0.11% 0.56% -
HSV(B) 336º 0.16% 0.61% -
XYZ 26.63 25.22 28.66 -
YUV 139.62 128.78 139.69 -
System Red Green Blue C M Y K H S L
Decimal 156 131 141 0 0.16 0.10 0.39 336 0.11 0.56
Hex 9C 83 8D 0 10 A 27 150 B 38
Octal 234 203 215 0 20 12 47 520 13 70
Binary 10011100 10000011 10001101 0 10000 1010 100111 101010000 1011 111000

Color Harmonies of #9C838D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C838D

Black with #9C838D

Text Example


Text Example

White with #9C838D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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