Html Css Color HEX #947C88 Mountbatten Pink

📋 copy color: '#947C88'

red 148 ◦ green 124 ◦ blue 136

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

Shades of Mountbatten Pink #947C88

Tints of Mountbatten Pink #947C88

RGB

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

 GREEN value IS 124 (48.83% from 255) = 30.39%

 BLUE value IS 136 (53.52% from 255) = 33.33%

R = 36.27%
G = 30.39%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#947C88 (or 0x947C88) is known color: Mountbatten Pink. HEX triplet: 94, 7C and 88. RGB value is (148,124,136). Sum of RGB (Red+Green+Blue) = 148+124+136=408 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.27% from 408); Green value is 124 (48.83% from 255 or 30.39% from 408); Blue value is 136 (53.52% from 255 or 33.33% from 408); Max value from RGB is 148 - color contains mainly: red. Hex color #947C88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947C88 is #6B8377. Grayscale: #848484. Windows color (decimal): -7046008 or 8944788. OLE color: 8944788.

HSL color Cylindrical-coordinate representation of color #947C88: hue angle of 330º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #947C88 is Cyan = 0, Magento = 0.16, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 124 136 -
CMYK 0 0.16 0.08 0.42
HSL 330º 0.1% 0.53% -
HSV(B) 330º 0.16% 0.58% -
XYZ 23.86 22.49 26.38 -
YUV 132.54 129.95 139.02 -
System Red Green Blue C M Y K H S L
Decimal 148 124 136 0 0.16 0.08 0.42 330 0.1 0.53
Hex 94 7C 88 0 10 8 2A 14A A 35
Octal 224 174 210 0 20 10 52 512 12 65
Binary 10010100 1111100 10001000 0 10000 1000 101010 101001010 1010 110101

Color Harmonies of #947C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947C88

Black with #947C88

Text Example


Text Example

White with #947C88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947C88; }

 p { color: rgb(148,124,136); }

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

background-color css

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

 a { background-color: rgb(148,124,136); }

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

border-color css

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

 span { border-color: rgb(148,124,136); }

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