Html Css Color HEX #94748A Mountbatten Pink

📋 copy color: '#94748A'

red 148 ◦ green 116 ◦ blue 138

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

Shades of Mountbatten Pink #94748A

Tints of Mountbatten Pink #94748A

RGB

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

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

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

R = 36.82%
G = 28.86%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#94748A (or 0x94748A) is known color: Mountbatten Pink. HEX triplet: 94, 74 and 8A. RGB value is (148,116,138). Sum of RGB (Red+Green+Blue) = 148+116+138=402 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.82% from 402); Green value is 116 (45.70% from 255 or 28.86% from 402); Blue value is 138 (54.30% from 255 or 34.33% from 402); Max value from RGB is 148 - color contains mainly: red. Hex color #94748A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94748A is #6B8B75. Grayscale: #808080. Windows color (decimal): -7048054 or 9073812. OLE color: 9073812.

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

Color convert

RGB 148 116 138 -
CMYK 0 0.22 0.07 0.42
HSL 318.75º 0.13% 0.52% -
HSV(B) 318.75º 0.22% 0.58% -
XYZ 23.05 20.62 26.81 -
YUV 128.08 133.6 142.21 -
System Red Green Blue C M Y K H S L
Decimal 148 116 138 0 0.22 0.07 0.42 318.75 0.13 0.52
Hex 94 74 8A 0 16 7 2A 13F D 34
Octal 224 164 212 0 26 7 52 477 15 64
Binary 10010100 1110100 10001010 0 10110 111 101010 100111111 1101 110100

Color Harmonies of #94748A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94748A

Black with #94748A

Text Example


Text Example

White with #94748A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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