Html Css Color HEX #95718A Mountbatten Pink

📋 copy color: '#95718A'

red 149 ◦ green 113 ◦ blue 138

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

Shades of Mountbatten Pink #95718A

Tints of Mountbatten Pink #95718A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.25%

 BLUE value IS 138 (54.3% from 255) = 34.5%

R = 37.25%
G = 28.25%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#95718A (or 0x95718A) is known color: Mountbatten Pink. HEX triplet: 95, 71 and 8A. RGB value is (149,113,138). Sum of RGB (Red+Green+Blue) = 149+113+138=400 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.25% from 400); Green value is 113 (44.53% from 255 or 28.25% from 400); Blue value is 138 (54.30% from 255 or 34.5% from 400); Max value from RGB is 149 - color contains mainly: red. Hex color #95718A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95718A is #6A8E75. Grayscale: #7E7E7E. Windows color (decimal): -6983286 or 9073045. OLE color: 9073045.

HSL color Cylindrical-coordinate representation of color #95718A: hue angle of 318.33º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #95718A is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 113 138 -
CMYK 0 0.24 0.07 0.42
HSL 318.33º 0.15% 0.51% -
HSV(B) 318.33º 0.24% 0.58% -
XYZ 22.89 20.03 26.71 -
YUV 126.61 134.43 143.97 -
System Red Green Blue C M Y K H S L
Decimal 149 113 138 0 0.24 0.07 0.42 318.33 0.15 0.51
Hex 95 71 8A 0 18 7 2A 13E F 33
Octal 225 161 212 0 30 7 52 476 17 63
Binary 10010101 1110001 10001010 0 11000 111 101010 100111110 1111 110011

Color Harmonies of #95718A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95718A

Black with #95718A

Text Example


Text Example

White with #95718A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95718A; }

 p { color: rgb(149,113,138); }

 H1.HeaderClassName
 {
   color: #95718A;
 }
 .AnyTagClassName
 {
   color: #95718A;
 }
</style>

background-color css

<style>
 a { background-color: #95718A; }

 a { background-color: rgb(149,113,138); }

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

border-color css

<style>
 span { border-color: #95718A; }

 span { border-color: rgb(149,113,138); }

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