Html Css Color HEX #97738D Mountbatten Pink

📋 copy color: '#97738D'

red 151 ◦ green 115 ◦ blue 141

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

Shades of Mountbatten Pink #97738D

Tints of Mountbatten Pink #97738D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.26%

 BLUE value IS 141 (55.47% from 255) = 34.64%

R = 37.1%
G = 28.26%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#97738D (or 0x97738D) is known color: Mountbatten Pink. HEX triplet: 97, 73 and 8D. RGB value is (151,115,141). Sum of RGB (Red+Green+Blue) = 151+115+141=407 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.10% from 407); Green value is 115 (45.31% from 255 or 28.26% from 407); Blue value is 141 (55.47% from 255 or 34.64% from 407); Max value from RGB is 151 - color contains mainly: red. Hex color #97738D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #97738D is #688C72. Grayscale: #808080. Windows color (decimal): -6851699 or 9270167. OLE color: 9270167.

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

Color convert

RGB 151 115 141 -
CMYK 0 0.24 0.07 0.41
HSL 316.67º 0.15% 0.52% -
HSV(B) 316.67º 0.24% 0.59% -
XYZ 23.7 20.76 27.96 -
YUV 128.73 134.93 143.89 -
System Red Green Blue C M Y K H S L
Decimal 151 115 141 0 0.24 0.07 0.41 316.67 0.15 0.52
Hex 97 73 8D 0 18 7 29 13D F 34
Octal 227 163 215 0 30 7 51 475 17 64
Binary 10010111 1110011 10001101 0 11000 111 101001 100111101 1111 110100

Color Harmonies of #97738D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97738D

Black with #97738D

Text Example


Text Example

White with #97738D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97738D; }

 p { color: rgb(151,115,141); }

 H1.HeaderClassName
 {
   color: #97738D;
 }
 .AnyTagClassName
 {
   color: #97738D;
 }
</style>

background-color css

<style>
 a { background-color: #97738D; }

 a { background-color: rgb(151,115,141); }

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

border-color css

<style>
 span { border-color: #97738D; }

 span { border-color: rgb(151,115,141); }

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