Html Css Color HEX #95808A Mountbatten Pink

📋 copy color: '#95808A'

red 149 ◦ green 128 ◦ blue 138

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

Shades of Mountbatten Pink #95808A

Tints of Mountbatten Pink #95808A

RGB

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

 GREEN value IS 128 (50.39% from 255) = 30.84%

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

R = 35.9%
G = 30.84%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#95808A (or 0x95808A) is known color: Mountbatten Pink. HEX triplet: 95, 80 and 8A. RGB value is (149,128,138). Sum of RGB (Red+Green+Blue) = 149+128+138=415 (54% of max value = 765). Red value is 149 (58.59% from 255 or 35.90% from 415); Green value is 128 (50.39% from 255 or 30.84% from 415); Blue value is 138 (54.30% from 255 or 33.25% from 415); Max value from RGB is 149 - color contains mainly: red. Hex color #95808A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95808A is #6A7F75. Grayscale: #878787. Windows color (decimal): -6979446 or 9076885. OLE color: 9076885.

HSL color Cylindrical-coordinate representation of color #95808A: hue angle of 331.43º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #95808A is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 128 138 -
CMYK 0 0.14 0.07 0.42
HSL 331.43º 0.09% 0.54% -
HSV(B) 331.43º 0.14% 0.58% -
XYZ 24.7 23.66 27.31 -
YUV 135.42 129.46 137.69 -
System Red Green Blue C M Y K H S L
Decimal 149 128 138 0 0.14 0.07 0.42 331.43 0.09 0.54
Hex 95 80 8A 0 E 7 2A 14B 9 36
Octal 225 200 212 0 16 7 52 513 11 66
Binary 10010101 10000000 10001010 0 1110 111 101010 101001011 1001 110110

Color Harmonies of #95808A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95808A

Black with #95808A

Text Example


Text Example

White with #95808A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95808A; }

 p { color: rgb(149,128,138); }

 H1.HeaderClassName
 {
   color: #95808A;
 }
 .AnyTagClassName
 {
   color: #95808A;
 }
</style>

background-color css

<style>
 a { background-color: #95808A; }

 a { background-color: rgb(149,128,138); }

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

border-color css

<style>
 span { border-color: #95808A; }

 span { border-color: rgb(149,128,138); }

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