Html Css Color HEX #95838E Mountbatten Pink

📋 copy color: '#95838E'

red 149 ◦ green 131 ◦ blue 142

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

Shades of Mountbatten Pink #95838E

Tints of Mountbatten Pink #95838E

RGB

 RED value IS 149 (58.59% from 255) = 35.31%

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

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

R = 35.31%
G = 31.04%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#95838E (or 0x95838E) is known color: Mountbatten Pink. HEX triplet: 95, 83 and 8E. RGB value is (149,131,142). Sum of RGB (Red+Green+Blue) = 149+131+142=422 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.31% from 422); Green value is 131 (51.56% from 255 or 31.04% from 422); Blue value is 142 (55.86% from 255 or 33.65% from 422); Max value from RGB is 149 - color contains mainly: red. Hex color #95838E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95838E is #6A7C71. Grayscale: #898989. Windows color (decimal): -6978674 or 9339797. OLE color: 9339797.

HSL color Cylindrical-coordinate representation of color #95838E: hue angle of 323.33º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #95838E is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 131 142 -
CMYK 0 0.12 0.05 0.42
HSL 323.33º 0.08% 0.55% -
HSV(B) 323.33º 0.12% 0.58% -
XYZ 25.39 24.58 29 -
YUV 137.64 130.46 136.11 -
System Red Green Blue C M Y K H S L
Decimal 149 131 142 0 0.12 0.05 0.42 323.33 0.08 0.55
Hex 95 83 8E 0 C 5 2A 143 8 37
Octal 225 203 216 0 14 5 52 503 10 67
Binary 10010101 10000011 10001110 0 1100 101 101010 101000011 1000 110111

Color Harmonies of #95838E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95838E

Black with #95838E

Text Example


Text Example

White with #95838E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95838E; }

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

 H1.HeaderClassName
 {
   color: #95838E;
 }
 .AnyTagClassName
 {
   color: #95838E;
 }
</style>

background-color css

<style>
 a { background-color: #95838E; }

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

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

border-color css

<style>
 span { border-color: #95838E; }

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

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