Html Css Color HEX #95738D Mountbatten Pink

📋 copy color: '#95738D'

red 149 ◦ green 115 ◦ blue 141

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

Shades of Mountbatten Pink #95738D

Tints of Mountbatten Pink #95738D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 34.81%

R = 36.79%
G = 28.4%
B = 34.81%

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

#95738D (or 0x95738D) is known color: Mountbatten Pink. HEX triplet: 95, 73 and 8D. RGB value is (149,115,141). Sum of RGB (Red+Green+Blue) = 149+115+141=405 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.79% from 405); Green value is 115 (45.31% from 255 or 28.40% from 405); Blue value is 141 (55.47% from 255 or 34.81% from 405); Max value from RGB is 149 - color contains mainly: red. Hex color #95738D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95738D is #6A8C72. Grayscale: #808080. Windows color (decimal): -6982771 or 9270165. OLE color: 9270165.

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

Color convert

RGB 149 115 141 -
CMYK 0 0.23 0.05 0.42
HSL 314.12º 0.14% 0.52% -
HSV(B) 314.12º 0.23% 0.58% -
XYZ 23.33 20.57 27.94 -
YUV 128.13 135.26 142.89 -
System Red Green Blue C M Y K H S L
Decimal 149 115 141 0 0.23 0.05 0.42 314.12 0.14 0.52
Hex 95 73 8D 0 17 5 2A 13A E 34
Octal 225 163 215 0 27 5 52 472 16 64
Binary 10010101 1110011 10001101 0 10111 101 101010 100111010 1110 110100

Color Harmonies of #95738D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95738D

Black with #95738D

Text Example


Text Example

White with #95738D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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