Html Css Color HEX #95708A Mountbatten Pink

📋 copy color: '#95708A'

red 149 ◦ green 112 ◦ blue 138

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

Shades of Mountbatten Pink #95708A

Tints of Mountbatten Pink #95708A

RGB

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

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

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

R = 37.34%
G = 28.07%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#95708A (or 0x95708A) is known color: Mountbatten Pink. HEX triplet: 95, 70 and 8A. RGB value is (149,112,138). Sum of RGB (Red+Green+Blue) = 149+112+138=399 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.34% from 399); Green value is 112 (44.14% from 255 or 28.07% from 399); Blue value is 138 (54.30% from 255 or 34.59% from 399); Max value from RGB is 149 - color contains mainly: red. Hex color #95708A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95708A is #6A8F75. Grayscale: #7D7D7D. Windows color (decimal): -6983542 or 9072789. OLE color: 9072789.

HSL color Cylindrical-coordinate representation of color #95708A: hue angle of 317.84º 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 #95708A is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 112 138 -
CMYK 0 0.25 0.07 0.42
HSL 317.84º 0.15% 0.51% -
HSV(B) 317.84º 0.25% 0.58% -
XYZ 22.78 19.81 26.67 -
YUV 126.03 134.76 144.39 -
System Red Green Blue C M Y K H S L
Decimal 149 112 138 0 0.25 0.07 0.42 317.84 0.15 0.51
Hex 95 70 8A 0 19 7 2A 13E F 33
Octal 225 160 212 0 31 7 52 476 17 63
Binary 10010101 1110000 10001010 0 11001 111 101010 100111110 1111 110011

Color Harmonies of #95708A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95708A

Black with #95708A

Text Example


Text Example

White with #95708A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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