Html Css Color HEX #97748A Mountbatten Pink

📋 copy color: '#97748A'

red 151 ◦ green 116 ◦ blue 138

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

Shades of Mountbatten Pink #97748A

Tints of Mountbatten Pink #97748A

RGB

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

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

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

R = 37.28%
G = 28.64%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#97748A (or 0x97748A) is known color: Mountbatten Pink. HEX triplet: 97, 74 and 8A. RGB value is (151,116,138). Sum of RGB (Red+Green+Blue) = 151+116+138=405 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.28% from 405); Green value is 116 (45.70% from 255 or 28.64% from 405); Blue value is 138 (54.30% from 255 or 34.07% from 405); Max value from RGB is 151 - color contains mainly: red. Hex color #97748A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #97748A is #688B75. Grayscale: #808080. Windows color (decimal): -6851446 or 9073815. OLE color: 9073815.

HSL color Cylindrical-coordinate representation of color #97748A: hue angle of 322.29º 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 #97748A is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 116 138 -
CMYK 0 0.23 0.09 0.41
HSL 322.29º 0.14% 0.52% -
HSV(B) 322.29º 0.23% 0.59% -
XYZ 23.6 20.91 26.84 -
YUV 128.97 133.1 143.71 -
System Red Green Blue C M Y K H S L
Decimal 151 116 138 0 0.23 0.09 0.41 322.29 0.14 0.52
Hex 97 74 8A 0 17 9 29 142 E 34
Octal 227 164 212 0 27 11 51 502 16 64
Binary 10010111 1110100 10001010 0 10111 1001 101001 101000010 1110 110100

Color Harmonies of #97748A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97748A

Black with #97748A

Text Example


Text Example

White with #97748A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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