Html Css Color HEX #9E788A Mountbatten Pink

📋 copy color: '#9E788A'

red 158 ◦ green 120 ◦ blue 138

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

Shades of Mountbatten Pink #9E788A

Tints of Mountbatten Pink #9E788A

RGB

 RED value IS 158 (62.11% from 255) = 37.98%

 GREEN value IS 120 (47.27% from 255) = 28.85%

 BLUE value IS 138 (54.3% from 255) = 33.17%

R = 37.98%
G = 28.85%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.13

 K value IS 0.38

RGB Variations

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

Color information

#9E788A (or 0x9E788A) is known color: Mountbatten Pink. HEX triplet: 9E, 78 and 8A. RGB value is (158,120,138). Sum of RGB (Red+Green+Blue) = 158+120+138=416 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.98% from 416); Green value is 120 (47.27% from 255 or 28.85% from 416); Blue value is 138 (54.30% from 255 or 33.17% from 416); Max value from RGB is 158 - color contains mainly: red. Hex color #9E788A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E788A is #618775. Grayscale: #858585. Windows color (decimal): -6391670 or 9074846. OLE color: 9074846.

HSL color Cylindrical-coordinate representation of color #9E788A: hue angle of 331.58º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9E788A is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 120 138 -
CMYK 0 0.24 0.13 0.38
HSL 331.58º 0.16% 0.55% -
HSV(B) 331.58º 0.24% 0.62% -
XYZ 25.4 22.54 27.06 -
YUV 133.41 130.59 145.54 -
System Red Green Blue C M Y K H S L
Decimal 158 120 138 0 0.24 0.13 0.38 331.58 0.16 0.55
Hex 9E 78 8A 0 18 D 26 14C 10 37
Octal 236 170 212 0 30 15 46 514 20 67
Binary 10011110 1111000 10001010 0 11000 1101 100110 101001100 10000 110111

Color Harmonies of #9E788A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E788A

Black with #9E788A

Text Example


Text Example

White with #9E788A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,120,138); }

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

background-color css

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

 a { background-color: rgb(158,120,138); }

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

border-color css

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

 span { border-color: rgb(158,120,138); }

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