Html Css Color HEX #947686 Mountbatten Pink

📋 copy color: '#947686'

red 148 ◦ green 118 ◦ blue 134

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

Shades of Mountbatten Pink #947686

Tints of Mountbatten Pink #947686

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.5%

 BLUE value IS 134 (52.73% from 255) = 33.5%

R = 37%
G = 29.5%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#947686 (or 0x947686) is known color: Mountbatten Pink. HEX triplet: 94, 76 and 86. RGB value is (148,118,134). Sum of RGB (Red+Green+Blue) = 148+118+134=400 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37% from 400); Green value is 118 (46.48% from 255 or 29.5% from 400); Blue value is 134 (52.73% from 255 or 33.5% from 400); Max value from RGB is 148 - color contains mainly: red. Hex color #947686 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947686 is #6B8979. Grayscale: #808080. Windows color (decimal): -7047546 or 8812180. OLE color: 8812180.

HSL color Cylindrical-coordinate representation of color #947686: hue angle of 328º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #947686 is Cyan = 0, Magento = 0.20, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 118 134 -
CMYK 0 0.20 0.09 0.42
HSL 328º 0.12% 0.52% -
HSV(B) 328º 0.2% 0.58% -
XYZ 22.99 20.97 25.39 -
YUV 128.79 130.94 141.7 -
System Red Green Blue C M Y K H S L
Decimal 148 118 134 0 0.20 0.09 0.42 328 0.12 0.52
Hex 94 76 86 0 14 9 2A 148 C 34
Octal 224 166 206 0 24 11 52 510 14 64
Binary 10010100 1110110 10000110 0 10100 1001 101010 101001000 1100 110100

Color Harmonies of #947686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947686

Black with #947686

Text Example


Text Example

White with #947686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947686; }

 p { color: rgb(148,118,134); }

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

background-color css

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

 a { background-color: rgb(148,118,134); }

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

border-color css

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

 span { border-color: rgb(148,118,134); }

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