Html Css Color HEX #95758A Mountbatten Pink

📋 copy color: '#95758A'

red 149 ◦ green 117 ◦ blue 138

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

Shades of Mountbatten Pink #95758A

Tints of Mountbatten Pink #95758A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.96%

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

R = 36.88%
G = 28.96%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#95758A (or 0x95758A) is known color: Mountbatten Pink. HEX triplet: 95, 75 and 8A. RGB value is (149,117,138). Sum of RGB (Red+Green+Blue) = 149+117+138=404 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.88% from 404); Green value is 117 (46.09% from 255 or 28.96% from 404); Blue value is 138 (54.30% from 255 or 34.16% from 404); Max value from RGB is 149 - color contains mainly: red. Hex color #95758A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95758A is #6A8A75. Grayscale: #808080. Windows color (decimal): -6982262 or 9074069. OLE color: 9074069.

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

Color convert

RGB 149 117 138 -
CMYK 0 0.21 0.07 0.42
HSL 320.63º 0.13% 0.52% -
HSV(B) 320.63º 0.21% 0.58% -
XYZ 23.34 20.95 26.86 -
YUV 128.96 133.1 142.29 -
System Red Green Blue C M Y K H S L
Decimal 149 117 138 0 0.21 0.07 0.42 320.63 0.13 0.52
Hex 95 75 8A 0 15 7 2A 141 D 34
Octal 225 165 212 0 25 7 52 501 15 64
Binary 10010101 1110101 10001010 0 10101 111 101010 101000001 1101 110100

Color Harmonies of #95758A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95758A

Black with #95758A

Text Example


Text Example

White with #95758A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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