Html Css Color HEX #95748F Mountbatten Pink

📋 copy color: '#95748F'

red 149 ◦ green 116 ◦ blue 143

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

Shades of Mountbatten Pink #95748F

Tints of Mountbatten Pink #95748F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 35.05%

R = 36.52%
G = 28.43%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.04

 K value IS 0.42

RGB Variations

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

Color information

#95748F (or 0x95748F) is known color: Mountbatten Pink. HEX triplet: 95, 74 and 8F. RGB value is (149,116,143). Sum of RGB (Red+Green+Blue) = 149+116+143=408 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.52% from 408); Green value is 116 (45.70% from 255 or 28.43% from 408); Blue value is 143 (56.25% from 255 or 35.05% from 408); Max value from RGB is 149 - color contains mainly: red. Hex color #95748F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95748F is #6A8B70. Grayscale: #808080. Windows color (decimal): -6982513 or 9401493. OLE color: 9401493.

HSL color Cylindrical-coordinate representation of color #95748F: hue angle of 310.91º 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 #95748F is Cyan = 0, Magento = 0.22, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 116 143 -
CMYK 0 0.22 0.04 0.42
HSL 310.91º 0.13% 0.52% -
HSV(B) 310.91º 0.22% 0.58% -
XYZ 23.6 20.86 28.77 -
YUV 128.95 135.93 142.3 -
System Red Green Blue C M Y K H S L
Decimal 149 116 143 0 0.22 0.04 0.42 310.91 0.13 0.52
Hex 95 74 8F 0 16 4 2A 137 D 34
Octal 225 164 217 0 26 4 52 467 15 64
Binary 10010101 1110100 10001111 0 10110 100 101010 100110111 1101 110100

Color Harmonies of #95748F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95748F

Black with #95748F

Text Example


Text Example

White with #95748F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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