Html Css Color HEX #97748C Mountbatten Pink

📋 copy color: '#97748C'

red 151 ◦ green 116 ◦ blue 140

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

Shades of Mountbatten Pink #97748C

Tints of Mountbatten Pink #97748C

RGB

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

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

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

R = 37.1%
G = 28.5%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#97748C (or 0x97748C) is known color: Mountbatten Pink. HEX triplet: 97, 74 and 8C. RGB value is (151,116,140). Sum of RGB (Red+Green+Blue) = 151+116+140=407 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.10% from 407); Green value is 116 (45.70% from 255 or 28.50% from 407); Blue value is 140 (55.08% from 255 or 34.40% from 407); Max value from RGB is 151 - color contains mainly: red. Hex color #97748C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #97748C is #688B73. Grayscale: #818181. Windows color (decimal): -6851444 or 9204887. OLE color: 9204887.

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

Color convert

RGB 151 116 140 -
CMYK 0 0.23 0.07 0.41
HSL 318.86º 0.14% 0.52% -
HSV(B) 318.86º 0.23% 0.59% -
XYZ 23.74 20.96 27.61 -
YUV 129.2 134.1 143.55 -
System Red Green Blue C M Y K H S L
Decimal 151 116 140 0 0.23 0.07 0.41 318.86 0.14 0.52
Hex 97 74 8C 0 17 7 29 13F E 34
Octal 227 164 214 0 27 7 51 477 16 64
Binary 10010111 1110100 10001100 0 10111 111 101001 100111111 1110 110100

Color Harmonies of #97748C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97748C

Black with #97748C

Text Example


Text Example

White with #97748C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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