Html Css Color HEX #95728E Mountbatten Pink

📋 copy color: '#95728E'

red 149 ◦ green 114 ◦ blue 142

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

Shades of Mountbatten Pink #95728E

Tints of Mountbatten Pink #95728E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 35.06%

R = 36.79%
G = 28.15%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#95728E (or 0x95728E) is known color: Mountbatten Pink. HEX triplet: 95, 72 and 8E. RGB value is (149,114,142). Sum of RGB (Red+Green+Blue) = 149+114+142=405 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.79% from 405); Green value is 114 (44.92% from 255 or 28.15% from 405); Blue value is 142 (55.86% from 255 or 35.06% from 405); Max value from RGB is 149 - color contains mainly: red. Hex color #95728E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95728E is #6A8D71. Grayscale: #7F7F7F. Windows color (decimal): -6983026 or 9335445. OLE color: 9335445.

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

Color convert

RGB 149 114 142 -
CMYK 0 0.23 0.05 0.42
HSL 312º 0.14% 0.52% -
HSV(B) 312º 0.23% 0.58% -
XYZ 23.29 20.38 28.3 -
YUV 127.66 136.1 143.22 -
System Red Green Blue C M Y K H S L
Decimal 149 114 142 0 0.23 0.05 0.42 312 0.14 0.52
Hex 95 72 8E 0 17 5 2A 138 E 34
Octal 225 162 216 0 27 5 52 470 16 64
Binary 10010101 1110010 10001110 0 10111 101 101010 100111000 1110 110100

Color Harmonies of #95728E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95728E

Black with #95728E

Text Example


Text Example

White with #95728E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95728E; }

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

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

background-color css

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

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

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

border-color css

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

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

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