Html Css Color HEX #95718C Mountbatten Pink

📋 copy color: '#95718C'

red 149 ◦ green 113 ◦ blue 140

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

Shades of Mountbatten Pink #95718C

Tints of Mountbatten Pink #95718C

RGB

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

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

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

R = 37.06%
G = 28.11%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#95718C (or 0x95718C) is known color: Mountbatten Pink. HEX triplet: 95, 71 and 8C. RGB value is (149,113,140). Sum of RGB (Red+Green+Blue) = 149+113+140=402 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.06% from 402); Green value is 113 (44.53% from 255 or 28.11% from 402); Blue value is 140 (55.08% from 255 or 34.83% from 402); Max value from RGB is 149 - color contains mainly: red. Hex color #95718C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95718C is #6A8E73. Grayscale: #7E7E7E. Windows color (decimal): -6983284 or 9204117. OLE color: 9204117.

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

Color convert

RGB 149 113 140 -
CMYK 0 0.24 0.06 0.42
HSL 315º 0.15% 0.51% -
HSV(B) 315º 0.24% 0.58% -
XYZ 23.03 20.09 27.48 -
YUV 126.84 135.43 143.8 -
System Red Green Blue C M Y K H S L
Decimal 149 113 140 0 0.24 0.06 0.42 315 0.15 0.51
Hex 95 71 8C 0 18 6 2A 13B F 33
Octal 225 161 214 0 30 6 52 473 17 63
Binary 10010101 1110001 10001100 0 11000 110 101010 100111011 1111 110011

Color Harmonies of #95718C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95718C

Black with #95718C

Text Example


Text Example

White with #95718C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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