Html Css Color HEX #95738B Mountbatten Pink

📋 copy color: '#95738B'

red 149 ◦ green 115 ◦ blue 139

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

Shades of Mountbatten Pink #95738B

Tints of Mountbatten Pink #95738B

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.54%

 BLUE value IS 139 (54.69% from 255) = 34.49%

R = 36.97%
G = 28.54%
B = 34.49%

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

#95738B (or 0x95738B) is known color: Mountbatten Pink. HEX triplet: 95, 73 and 8B. RGB value is (149,115,139). Sum of RGB (Red+Green+Blue) = 149+115+139=403 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.97% from 403); Green value is 115 (45.31% from 255 or 28.54% from 403); Blue value is 139 (54.69% from 255 or 34.49% from 403); Max value from RGB is 149 - color contains mainly: red. Hex color #95738B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95738B is #6A8C74. Grayscale: #7F7F7F. Windows color (decimal): -6982773 or 9139093. OLE color: 9139093.

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

Color convert

RGB 149 115 139 -
CMYK 0 0.23 0.07 0.42
HSL 317.65º 0.14% 0.52% -
HSV(B) 317.65º 0.23% 0.58% -
XYZ 23.19 20.52 27.16 -
YUV 127.9 134.26 143.05 -
System Red Green Blue C M Y K H S L
Decimal 149 115 139 0 0.23 0.07 0.42 317.65 0.14 0.52
Hex 95 73 8B 0 17 7 2A 13E E 34
Octal 225 163 213 0 27 7 52 476 16 64
Binary 10010101 1110011 10001011 0 10111 111 101010 100111110 1110 110100

Color Harmonies of #95738B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95738B

Black with #95738B

Text Example


Text Example

White with #95738B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95738B; }

 p { color: rgb(149,115,139); }

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

background-color css

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

 a { background-color: rgb(149,115,139); }

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

border-color css

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

 span { border-color: rgb(149,115,139); }

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