Html Css Color HEX #958190 Mountbatten Pink

📋 copy color: '#958190'

red 149 ◦ green 129 ◦ blue 144

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

Shades of Mountbatten Pink #958190

Tints of Mountbatten Pink #958190

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30.57%

 BLUE value IS 144 (56.64% from 255) = 34.12%

R = 35.31%
G = 30.57%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#958190 (or 0x958190) is known color: Mountbatten Pink. HEX triplet: 95, 81 and 90. RGB value is (149,129,144). Sum of RGB (Red+Green+Blue) = 149+129+144=422 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.31% from 422); Green value is 129 (50.78% from 255 or 30.57% from 422); Blue value is 144 (56.64% from 255 or 34.12% from 422); Max value from RGB is 149 - color contains mainly: red. Hex color #958190 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958190 is #6A7E6F. Grayscale: #888888. Windows color (decimal): -6979184 or 9470357. OLE color: 9470357.

HSL color Cylindrical-coordinate representation of color #958190: hue angle of 315º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #958190 is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 129 144 -
CMYK 0 0.13 0.03 0.42
HSL 315º 0.09% 0.55% -
HSV(B) 315º 0.13% 0.58% -
XYZ 25.28 24.1 29.71 -
YUV 136.69 132.13 136.78 -
System Red Green Blue C M Y K H S L
Decimal 149 129 144 0 0.13 0.03 0.42 315 0.09 0.55
Hex 95 81 90 0 D 3 2A 13B 9 37
Octal 225 201 220 0 15 3 52 473 11 67
Binary 10010101 10000001 10010000 0 1101 11 101010 100111011 1001 110111

Color Harmonies of #958190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958190

Black with #958190

Text Example


Text Example

White with #958190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958190; }

 p { color: rgb(149,129,144); }

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

background-color css

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

 a { background-color: rgb(149,129,144); }

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

border-color css

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

 span { border-color: rgb(149,129,144); }

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