Html Css Color HEX #957289 Mountbatten Pink

📋 copy color: '#957289'

red 149 ◦ green 114 ◦ blue 137

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

Shades of Mountbatten Pink #957289

Tints of Mountbatten Pink #957289

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.5%

 BLUE value IS 137 (53.91% from 255) = 34.25%

R = 37.25%
G = 28.5%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#957289 (or 0x957289) is known color: Mountbatten Pink. HEX triplet: 95, 72 and 89. RGB value is (149,114,137). Sum of RGB (Red+Green+Blue) = 149+114+137=400 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.25% from 400); Green value is 114 (44.92% from 255 or 28.5% from 400); Blue value is 137 (53.91% from 255 or 34.25% from 400); Max value from RGB is 149 - color contains mainly: red. Hex color #957289 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957289 is #6A8D76. Grayscale: #7F7F7F. Windows color (decimal): -6983031 or 9007765. OLE color: 9007765.

HSL color Cylindrical-coordinate representation of color #957289: hue angle of 320.57º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #957289 is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 114 137 -
CMYK 0 0.23 0.08 0.42
HSL 320.57º 0.14% 0.52% -
HSV(B) 320.57º 0.23% 0.58% -
XYZ 22.93 20.23 26.36 -
YUV 127.09 133.6 143.63 -
System Red Green Blue C M Y K H S L
Decimal 149 114 137 0 0.23 0.08 0.42 320.57 0.14 0.52
Hex 95 72 89 0 17 8 2A 141 E 34
Octal 225 162 211 0 27 10 52 501 16 64
Binary 10010101 1110010 10001001 0 10111 1000 101010 101000001 1110 110100

Color Harmonies of #957289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957289

Black with #957289

Text Example


Text Example

White with #957289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957289; }

 p { color: rgb(149,114,137); }

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

background-color css

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

 a { background-color: rgb(149,114,137); }

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

border-color css

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

 span { border-color: rgb(149,114,137); }

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