Html Css Color HEX #95748C Mountbatten Pink

📋 copy color: '#95748C'

red 149 ◦ green 116 ◦ blue 140

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

Shades of Mountbatten Pink #95748C

Tints of Mountbatten Pink #95748C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.64%

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

R = 36.79%
G = 28.64%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#95748C (or 0x95748C) is known color: Mountbatten Pink. HEX triplet: 95, 74 and 8C. RGB value is (149,116,140). Sum of RGB (Red+Green+Blue) = 149+116+140=405 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.79% from 405); Green value is 116 (45.70% from 255 or 28.64% from 405); Blue value is 140 (55.08% from 255 or 34.57% from 405); Max value from RGB is 149 - color contains mainly: red. Hex color #95748C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95748C is #6A8B73. Grayscale: #808080. Windows color (decimal): -6982516 or 9204885. OLE color: 9204885.

HSL color Cylindrical-coordinate representation of color #95748C: hue angle of 316.36º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #95748C is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 116 140 -
CMYK 0 0.22 0.06 0.42
HSL 316.36º 0.13% 0.52% -
HSV(B) 316.36º 0.22% 0.58% -
XYZ 23.37 20.77 27.59 -
YUV 128.6 134.43 142.55 -
System Red Green Blue C M Y K H S L
Decimal 149 116 140 0 0.22 0.06 0.42 316.36 0.13 0.52
Hex 95 74 8C 0 16 6 2A 13C D 34
Octal 225 164 214 0 26 6 52 474 15 64
Binary 10010101 1110100 10001100 0 10110 110 101010 100111100 1101 110100

Color Harmonies of #95748C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95748C

Black with #95748C

Text Example


Text Example

White with #95748C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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