Html Css Color HEX #94748C Mountbatten Pink

📋 copy color: '#94748C'

red 148 ◦ green 116 ◦ blue 140

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

Shades of Mountbatten Pink #94748C

Tints of Mountbatten Pink #94748C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.71%

 BLUE value IS 140 (55.08% from 255) = 34.65%

R = 36.63%
G = 28.71%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#94748C (or 0x94748C) is known color: Mountbatten Pink. HEX triplet: 94, 74 and 8C. RGB value is (148,116,140). Sum of RGB (Red+Green+Blue) = 148+116+140=404 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.63% from 404); Green value is 116 (45.70% from 255 or 28.71% from 404); Blue value is 140 (55.08% from 255 or 34.65% from 404); Max value from RGB is 148 - color contains mainly: red. Hex color #94748C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94748C is #6B8B73. Grayscale: #808080. Windows color (decimal): -7048052 or 9204884. OLE color: 9204884.

HSL color Cylindrical-coordinate representation of color #94748C: hue angle of 315º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #94748C is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 116 140 -
CMYK 0 0.22 0.05 0.42
HSL 315º 0.13% 0.52% -
HSV(B) 315º 0.22% 0.58% -
XYZ 23.19 20.68 27.58 -
YUV 128.3 134.6 142.05 -
System Red Green Blue C M Y K H S L
Decimal 148 116 140 0 0.22 0.05 0.42 315 0.13 0.52
Hex 94 74 8C 0 16 5 2A 13B D 34
Octal 224 164 214 0 26 5 52 473 15 64
Binary 10010100 1110100 10001100 0 10110 101 101010 100111011 1101 110100

Color Harmonies of #94748C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94748C

Black with #94748C

Text Example


Text Example

White with #94748C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94748C; }

 p { color: rgb(148,116,140); }

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

background-color css

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

 a { background-color: rgb(148,116,140); }

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

border-color css

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

 span { border-color: rgb(148,116,140); }

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