Html Css Color HEX #947289 Mountbatten Pink

📋 copy color: '#947289'

red 148 ◦ green 114 ◦ blue 137

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

Shades of Mountbatten Pink #947289

Tints of Mountbatten Pink #947289

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.57%

 BLUE value IS 137 (53.91% from 255) = 34.34%

R = 37.09%
G = 28.57%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#947289 (or 0x947289) is known color: Mountbatten Pink. HEX triplet: 94, 72 and 89. RGB value is (148,114,137). Sum of RGB (Red+Green+Blue) = 148+114+137=399 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.09% from 399); Green value is 114 (44.92% from 255 or 28.57% from 399); Blue value is 137 (53.91% from 255 or 34.34% from 399); Max value from RGB is 148 - color contains mainly: red. Hex color #947289 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947289 is #6B8D76. Grayscale: #7E7E7E. Windows color (decimal): -7048567 or 9007764. OLE color: 9007764.

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

Color convert

RGB 148 114 137 -
CMYK 0 0.23 0.07 0.42
HSL 319.41º 0.14% 0.51% -
HSV(B) 319.41º 0.23% 0.58% -
XYZ 22.75 20.14 26.35 -
YUV 126.79 133.76 143.13 -
System Red Green Blue C M Y K H S L
Decimal 148 114 137 0 0.23 0.07 0.42 319.41 0.14 0.51
Hex 94 72 89 0 17 7 2A 13F E 33
Octal 224 162 211 0 27 7 52 477 16 63
Binary 10010100 1110010 10001001 0 10111 111 101010 100111111 1110 110011

Color Harmonies of #947289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947289

Black with #947289

Text Example


Text Example

White with #947289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947289; }

 p { color: rgb(148,114,137); }

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

background-color css

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

 a { background-color: rgb(148,114,137); }

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

border-color css

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

 span { border-color: rgb(148,114,137); }

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