Html Css Color HEX #95808D Mountbatten Pink

📋 copy color: '#95808D'

red 149 ◦ green 128 ◦ blue 141

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

Shades of Mountbatten Pink #95808D

Tints of Mountbatten Pink #95808D

RGB

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

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

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

R = 35.65%
G = 30.62%
B = 33.73%

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

#95808D (or 0x95808D) is known color: Mountbatten Pink. HEX triplet: 95, 80 and 8D. RGB value is (149,128,141). Sum of RGB (Red+Green+Blue) = 149+128+141=418 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.65% from 418); Green value is 128 (50.39% from 255 or 30.62% from 418); Blue value is 141 (55.47% from 255 or 33.73% from 418); Max value from RGB is 149 - color contains mainly: red. Hex color #95808D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95808D is #6A7F72. Grayscale: #878787. Windows color (decimal): -6979443 or 9273493. OLE color: 9273493.

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

Color convert

RGB 149 128 141 -
CMYK 0 0.14 0.05 0.42
HSL 322.86º 0.09% 0.54% -
HSV(B) 322.86º 0.14% 0.58% -
XYZ 24.92 23.75 28.47 -
YUV 135.76 130.96 137.44 -
System Red Green Blue C M Y K H S L
Decimal 149 128 141 0 0.14 0.05 0.42 322.86 0.09 0.54
Hex 95 80 8D 0 E 5 2A 143 9 36
Octal 225 200 215 0 16 5 52 503 11 66
Binary 10010101 10000000 10001101 0 1110 101 101010 101000011 1001 110110

Color Harmonies of #95808D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95808D

Black with #95808D

Text Example


Text Example

White with #95808D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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