Html Css Color HEX #97738A Mountbatten Pink

📋 copy color: '#97738A'

red 151 ◦ green 115 ◦ blue 138

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

Shades of Mountbatten Pink #97738A

Tints of Mountbatten Pink #97738A

RGB

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

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

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

R = 37.38%
G = 28.47%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#97738A (or 0x97738A) is known color: Mountbatten Pink. HEX triplet: 97, 73 and 8A. RGB value is (151,115,138). Sum of RGB (Red+Green+Blue) = 151+115+138=404 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.38% from 404); Green value is 115 (45.31% from 255 or 28.47% from 404); Blue value is 138 (54.30% from 255 or 34.16% from 404); Max value from RGB is 151 - color contains mainly: red. Hex color #97738A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #97738A is #688C75. Grayscale: #808080. Windows color (decimal): -6851702 or 9073559. OLE color: 9073559.

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

Color convert

RGB 151 115 138 -
CMYK 0 0.24 0.09 0.41
HSL 321.67º 0.15% 0.52% -
HSV(B) 321.67º 0.24% 0.59% -
XYZ 23.48 20.68 26.8 -
YUV 128.39 133.43 144.13 -
System Red Green Blue C M Y K H S L
Decimal 151 115 138 0 0.24 0.09 0.41 321.67 0.15 0.52
Hex 97 73 8A 0 18 9 29 142 F 34
Octal 227 163 212 0 30 11 51 502 17 64
Binary 10010111 1110011 10001010 0 11000 1001 101001 101000010 1111 110100

Color Harmonies of #97738A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97738A

Black with #97738A

Text Example


Text Example

White with #97738A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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