Html Css Color HEX #97748E Mountbatten Pink

📋 copy color: '#97748E'

red 151 ◦ green 116 ◦ blue 142

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

Shades of Mountbatten Pink #97748E

Tints of Mountbatten Pink #97748E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 34.72%

R = 36.92%
G = 28.36%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.06

 K value IS 0.41

RGB Variations

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

Color information

#97748E (or 0x97748E) is known color: Mountbatten Pink. HEX triplet: 97, 74 and 8E. RGB value is (151,116,142). Sum of RGB (Red+Green+Blue) = 151+116+142=409 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.92% from 409); Green value is 116 (45.70% from 255 or 28.36% from 409); Blue value is 142 (55.86% from 255 or 34.72% from 409); Max value from RGB is 151 - color contains mainly: red. Hex color #97748E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #97748E is #688B71. Grayscale: #818181. Windows color (decimal): -6851442 or 9335959. OLE color: 9335959.

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

Color convert

RGB 151 116 142 -
CMYK 0 0.23 0.06 0.41
HSL 315.43º 0.14% 0.52% -
HSV(B) 315.43º 0.23% 0.59% -
XYZ 23.89 21.02 28.39 -
YUV 129.43 135.1 143.39 -
System Red Green Blue C M Y K H S L
Decimal 151 116 142 0 0.23 0.06 0.41 315.43 0.14 0.52
Hex 97 74 8E 0 17 6 29 13B E 34
Octal 227 164 216 0 27 6 51 473 16 64
Binary 10010111 1110100 10001110 0 10111 110 101001 100111011 1110 110100

Color Harmonies of #97748E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97748E

Black with #97748E

Text Example


Text Example

White with #97748E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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