Html Css Color HEX #95728A Mountbatten Pink

📋 copy color: '#95728A'

red 149 ◦ green 114 ◦ blue 138

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

Shades of Mountbatten Pink #95728A

Tints of Mountbatten Pink #95728A

RGB

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

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

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

R = 37.16%
G = 28.43%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#95728A (or 0x95728A) is known color: Mountbatten Pink. HEX triplet: 95, 72 and 8A. RGB value is (149,114,138). Sum of RGB (Red+Green+Blue) = 149+114+138=401 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.16% from 401); Green value is 114 (44.92% from 255 or 28.43% from 401); Blue value is 138 (54.30% from 255 or 34.41% from 401); Max value from RGB is 149 - color contains mainly: red. Hex color #95728A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95728A is #6A8D75. Grayscale: #7F7F7F. Windows color (decimal): -6983030 or 9073301. OLE color: 9073301.

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

Color convert

RGB 149 114 138 -
CMYK 0 0.23 0.07 0.42
HSL 318.86º 0.14% 0.52% -
HSV(B) 318.86º 0.23% 0.58% -
XYZ 23 20.26 26.74 -
YUV 127.2 134.1 143.55 -
System Red Green Blue C M Y K H S L
Decimal 149 114 138 0 0.23 0.07 0.42 318.86 0.14 0.52
Hex 95 72 8A 0 17 7 2A 13F E 34
Octal 225 162 212 0 27 7 52 477 16 64
Binary 10010101 1110010 10001010 0 10111 111 101010 100111111 1110 110100

Color Harmonies of #95728A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95728A

Black with #95728A

Text Example


Text Example

White with #95728A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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