Html Css Color HEX #94708A Mountbatten Pink

📋 copy color: '#94708A'

red 148 ◦ green 112 ◦ blue 138

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

Shades of Mountbatten Pink #94708A

Tints of Mountbatten Pink #94708A

RGB

 RED value IS 148 (58.2% from 255) = 37.19%

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

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

R = 37.19%
G = 28.14%
B = 34.67%

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

#94708A (or 0x94708A) is known color: Mountbatten Pink. HEX triplet: 94, 70 and 8A. RGB value is (148,112,138). Sum of RGB (Red+Green+Blue) = 148+112+138=398 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.19% from 398); Green value is 112 (44.14% from 255 or 28.14% from 398); Blue value is 138 (54.30% from 255 or 34.67% from 398); Max value from RGB is 148 - color contains mainly: red. Hex color #94708A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94708A is #6B8F75. Grayscale: #7D7D7D. Windows color (decimal): -7049078 or 9072788. OLE color: 9072788.

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

Color convert

RGB 148 112 138 -
CMYK 0 0.24 0.07 0.42
HSL 316.67º 0.14% 0.51% -
HSV(B) 316.67º 0.24% 0.58% -
XYZ 22.59 19.72 26.66 -
YUV 125.73 134.93 143.89 -
System Red Green Blue C M Y K H S L
Decimal 148 112 138 0 0.24 0.07 0.42 316.67 0.14 0.51
Hex 94 70 8A 0 18 7 2A 13D E 33
Octal 224 160 212 0 30 7 52 475 16 63
Binary 10010100 1110000 10001010 0 11000 111 101010 100111101 1110 110011

Color Harmonies of #94708A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94708A

Black with #94708A

Text Example


Text Example

White with #94708A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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