Html Css Color HEX #95758C Mountbatten Pink

📋 copy color: '#95758C'

red 149 ◦ green 117 ◦ blue 140

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

Shades of Mountbatten Pink #95758C

Tints of Mountbatten Pink #95758C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 34.48%

R = 36.7%
G = 28.82%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#95758C (or 0x95758C) is known color: Mountbatten Pink. HEX triplet: 95, 75 and 8C. RGB value is (149,117,140). Sum of RGB (Red+Green+Blue) = 149+117+140=406 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.70% from 406); Green value is 117 (46.09% from 255 or 28.82% from 406); Blue value is 140 (55.08% from 255 or 34.48% from 406); Max value from RGB is 149 - color contains mainly: red. Hex color #95758C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95758C is #6A8A73. Grayscale: #818181. Windows color (decimal): -6982260 or 9205141. OLE color: 9205141.

HSL color Cylindrical-coordinate representation of color #95758C: hue angle of 316.88º 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 #95758C is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 117 140 -
CMYK 0 0.21 0.06 0.42
HSL 316.88º 0.13% 0.52% -
HSV(B) 316.88º 0.21% 0.58% -
XYZ 23.49 21.01 27.63 -
YUV 129.19 134.1 142.13 -
System Red Green Blue C M Y K H S L
Decimal 149 117 140 0 0.21 0.06 0.42 316.88 0.13 0.52
Hex 95 75 8C 0 15 6 2A 13D D 34
Octal 225 165 214 0 25 6 52 475 15 64
Binary 10010101 1110101 10001100 0 10101 110 101010 100111101 1101 110100

Color Harmonies of #95758C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95758C

Black with #95758C

Text Example


Text Example

White with #95758C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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