Html Css Color HEX #97748B Mountbatten Pink

📋 copy color: '#97748B'

red 151 ◦ green 116 ◦ blue 139

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

Shades of Mountbatten Pink #97748B

Tints of Mountbatten Pink #97748B

RGB

 RED value IS 151 (59.38% from 255) = 37.19%

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

 BLUE value IS 139 (54.69% from 255) = 34.24%

R = 37.19%
G = 28.57%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.08

 K value IS 0.41

RGB Variations

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

Color information

#97748B (or 0x97748B) is known color: Mountbatten Pink. HEX triplet: 97, 74 and 8B. RGB value is (151,116,139). Sum of RGB (Red+Green+Blue) = 151+116+139=406 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.19% from 406); Green value is 116 (45.70% from 255 or 28.57% from 406); Blue value is 139 (54.69% from 255 or 34.24% from 406); Max value from RGB is 151 - color contains mainly: red. Hex color #97748B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #97748B is #688B74. Grayscale: #818181. Windows color (decimal): -6851445 or 9139351. OLE color: 9139351.

HSL color Cylindrical-coordinate representation of color #97748B: hue angle of 320.57º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #97748B is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 116 139 -
CMYK 0 0.23 0.08 0.41
HSL 320.57º 0.14% 0.52% -
HSV(B) 320.57º 0.23% 0.59% -
XYZ 23.67 20.93 27.22 -
YUV 129.09 133.6 143.63 -
System Red Green Blue C M Y K H S L
Decimal 151 116 139 0 0.23 0.08 0.41 320.57 0.14 0.52
Hex 97 74 8B 0 17 8 29 141 E 34
Octal 227 164 213 0 27 10 51 501 16 64
Binary 10010111 1110100 10001011 0 10111 1000 101001 101000001 1110 110100

Color Harmonies of #97748B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97748B

Black with #97748B

Text Example


Text Example

White with #97748B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97748B; }

 p { color: rgb(151,116,139); }

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

background-color css

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

 a { background-color: rgb(151,116,139); }

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

border-color css

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

 span { border-color: rgb(151,116,139); }

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