Html Css Color HEX #97718C Mountbatten Pink

📋 copy color: '#97718C'

red 151 ◦ green 113 ◦ blue 140

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

Shades of Mountbatten Pink #97718C

Tints of Mountbatten Pink #97718C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.97%

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

R = 37.38%
G = 27.97%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#97718C (or 0x97718C) is known color: Mountbatten Pink. HEX triplet: 97, 71 and 8C. RGB value is (151,113,140). Sum of RGB (Red+Green+Blue) = 151+113+140=404 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.38% from 404); Green value is 113 (44.53% from 255 or 27.97% from 404); Blue value is 140 (55.08% from 255 or 34.65% from 404); Max value from RGB is 151 - color contains mainly: red. Hex color #97718C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #97718C is #688E73. Grayscale: #7F7F7F. Windows color (decimal): -6852212 or 9204119. OLE color: 9204119.

HSL color Cylindrical-coordinate representation of color #97718C: hue angle of 317.37º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #97718C is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 113 140 -
CMYK 0 0.25 0.07 0.41
HSL 317.37º 0.15% 0.52% -
HSV(B) 317.37º 0.25% 0.59% -
XYZ 23.4 20.28 27.49 -
YUV 127.44 135.09 144.8 -
System Red Green Blue C M Y K H S L
Decimal 151 113 140 0 0.25 0.07 0.41 317.37 0.15 0.52
Hex 97 71 8C 0 19 7 29 13D F 34
Octal 227 161 214 0 31 7 51 475 17 64
Binary 10010111 1110001 10001100 0 11001 111 101001 100111101 1111 110100

Color Harmonies of #97718C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97718C

Black with #97718C

Text Example


Text Example

White with #97718C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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