Html Css Color HEX #997C8A Mountbatten Pink

📋 copy color: '#997C8A'

red 153 ◦ green 124 ◦ blue 138

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

Shades of Mountbatten Pink #997C8A

Tints of Mountbatten Pink #997C8A

RGB

 RED value IS 153 (60.16% from 255) = 36.87%

 GREEN value IS 124 (48.83% from 255) = 29.88%

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

R = 36.87%
G = 29.88%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.10

 K value IS 0.4

RGB Variations

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

Color information

#997C8A (or 0x997C8A) is known color: Mountbatten Pink. HEX triplet: 99, 7C and 8A. RGB value is (153,124,138). Sum of RGB (Red+Green+Blue) = 153+124+138=415 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.87% from 415); Green value is 124 (48.83% from 255 or 29.88% from 415); Blue value is 138 (54.30% from 255 or 33.25% from 415); Max value from RGB is 153 - color contains mainly: red. Hex color #997C8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997C8A is #668375. Grayscale: #868686. Windows color (decimal): -6718326 or 9075865. OLE color: 9075865.

HSL color Cylindrical-coordinate representation of color #997C8A: hue angle of 331.03º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #997C8A is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 124 138 -
CMYK 0 0.19 0.10 0.4
HSL 331.03º 0.12% 0.54% -
HSV(B) 331.03º 0.19% 0.6% -
XYZ 24.93 23.02 27.17 -
YUV 134.27 130.11 141.36 -
System Red Green Blue C M Y K H S L
Decimal 153 124 138 0 0.19 0.10 0.4 331.03 0.12 0.54
Hex 99 7C 8A 0 13 A 28 14B C 36
Octal 231 174 212 0 23 12 50 513 14 66
Binary 10011001 1111100 10001010 0 10011 1010 101000 101001011 1100 110110

Color Harmonies of #997C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997C8A

Black with #997C8A

Text Example


Text Example

White with #997C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997C8A; }

 p { color: rgb(153,124,138); }

 H1.HeaderClassName
 {
   color: #997C8A;
 }
 .AnyTagClassName
 {
   color: #997C8A;
 }
</style>

background-color css

<style>
 a { background-color: #997C8A; }

 a { background-color: rgb(153,124,138); }

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

border-color css

<style>
 span { border-color: #997C8A; }

 span { border-color: rgb(153,124,138); }

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