Html Css Color HEX #95738C Mountbatten Pink

📋 copy color: '#95738C'

red 149 ◦ green 115 ◦ blue 140

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

Shades of Mountbatten Pink #95738C

Tints of Mountbatten Pink #95738C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 34.65%

R = 36.88%
G = 28.47%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#95738C (or 0x95738C) is known color: Mountbatten Pink. HEX triplet: 95, 73 and 8C. RGB value is (149,115,140). Sum of RGB (Red+Green+Blue) = 149+115+140=404 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.88% from 404); Green value is 115 (45.31% from 255 or 28.47% from 404); Blue value is 140 (55.08% from 255 or 34.65% from 404); Max value from RGB is 149 - color contains mainly: red. Hex color #95738C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95738C is #6A8C73. Grayscale: #7F7F7F. Windows color (decimal): -6982772 or 9204629. OLE color: 9204629.

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

Color convert

RGB 149 115 140 -
CMYK 0 0.23 0.06 0.42
HSL 315.88º 0.14% 0.52% -
HSV(B) 315.88º 0.23% 0.58% -
XYZ 23.26 20.54 27.55 -
YUV 128.02 134.76 142.97 -
System Red Green Blue C M Y K H S L
Decimal 149 115 140 0 0.23 0.06 0.42 315.88 0.14 0.52
Hex 95 73 8C 0 17 6 2A 13C E 34
Octal 225 163 214 0 27 6 52 474 16 64
Binary 10010101 1110011 10001100 0 10111 110 101010 100111100 1110 110100

Color Harmonies of #95738C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95738C

Black with #95738C

Text Example


Text Example

White with #95738C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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