Html Css Color HEX #95708C Mountbatten Pink

📋 copy color: '#95708C'

red 149 ◦ green 112 ◦ blue 140

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

Shades of Mountbatten Pink #95708C

Tints of Mountbatten Pink #95708C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.93%

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

R = 37.16%
G = 27.93%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#95708C (or 0x95708C) is known color: Mountbatten Pink. HEX triplet: 95, 70 and 8C. RGB value is (149,112,140). Sum of RGB (Red+Green+Blue) = 149+112+140=401 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.16% from 401); Green value is 112 (44.14% from 255 or 27.93% from 401); Blue value is 140 (55.08% from 255 or 34.91% from 401); Max value from RGB is 149 - color contains mainly: red. Hex color #95708C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95708C is #6A8F73. Grayscale: #7E7E7E. Windows color (decimal): -6983540 or 9203861. OLE color: 9203861.

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

Color convert

RGB 149 112 140 -
CMYK 0 0.25 0.06 0.42
HSL 314.59º 0.15% 0.51% -
HSV(B) 314.59º 0.25% 0.58% -
XYZ 22.92 19.87 27.44 -
YUV 126.26 135.76 144.22 -
System Red Green Blue C M Y K H S L
Decimal 149 112 140 0 0.25 0.06 0.42 314.59 0.15 0.51
Hex 95 70 8C 0 19 6 2A 13B F 33
Octal 225 160 214 0 31 6 52 473 17 63
Binary 10010101 1110000 10001100 0 11001 110 101010 100111011 1111 110011

Color Harmonies of #95708C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95708C

Black with #95708C

Text Example


Text Example

White with #95708C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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