Html Css Color HEX #95808E Mountbatten Pink

📋 copy color: '#95808E'

red 149 ◦ green 128 ◦ blue 142

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

Shades of Mountbatten Pink #95808E

Tints of Mountbatten Pink #95808E

RGB

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

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

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

R = 35.56%
G = 30.55%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#95808E (or 0x95808E) is known color: Mountbatten Pink. HEX triplet: 95, 80 and 8E. RGB value is (149,128,142). Sum of RGB (Red+Green+Blue) = 149+128+142=419 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.56% from 419); Green value is 128 (50.39% from 255 or 30.55% from 419); Blue value is 142 (55.86% from 255 or 33.89% from 419); Max value from RGB is 149 - color contains mainly: red. Hex color #95808E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95808E is #6A7F71. Grayscale: #878787. Windows color (decimal): -6979442 or 9339029. OLE color: 9339029.

HSL color Cylindrical-coordinate representation of color #95808E: hue angle of 320º 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 #95808E is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 128 142 -
CMYK 0 0.14 0.05 0.42
HSL 320º 0.09% 0.54% -
HSV(B) 320º 0.14% 0.58% -
XYZ 25 23.78 28.86 -
YUV 135.88 131.46 137.36 -
System Red Green Blue C M Y K H S L
Decimal 149 128 142 0 0.14 0.05 0.42 320 0.09 0.54
Hex 95 80 8E 0 E 5 2A 140 9 36
Octal 225 200 216 0 16 5 52 500 11 66
Binary 10010101 10000000 10001110 0 1110 101 101010 101000000 1001 110110

Color Harmonies of #95808E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95808E

Black with #95808E

Text Example


Text Example

White with #95808E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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