Html Css Color HEX #997C90 Mountbatten Pink

📋 copy color: '#997C90'

red 153 ◦ green 124 ◦ blue 144

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

Shades of Mountbatten Pink #997C90

Tints of Mountbatten Pink #997C90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 34.2%

R = 36.34%
G = 29.45%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.06

 K value IS 0.4

RGB Variations

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

Color information

#997C90 (or 0x997C90) is known color: Mountbatten Pink. HEX triplet: 99, 7C and 90. RGB value is (153,124,144). Sum of RGB (Red+Green+Blue) = 153+124+144=421 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.34% from 421); Green value is 124 (48.83% from 255 or 29.45% from 421); Blue value is 144 (56.64% from 255 or 34.20% from 421); Max value from RGB is 153 - color contains mainly: red. Hex color #997C90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997C90 is #66836F. Grayscale: #868686. Windows color (decimal): -6718320 or 9469081. OLE color: 9469081.

HSL color Cylindrical-coordinate representation of color #997C90: hue angle of 318.62º 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 #997C90 is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 124 144 -
CMYK 0 0.19 0.06 0.4
HSL 318.62º 0.12% 0.54% -
HSV(B) 318.62º 0.19% 0.6% -
XYZ 25.38 23.2 29.53 -
YUV 134.95 133.11 140.87 -
System Red Green Blue C M Y K H S L
Decimal 153 124 144 0 0.19 0.06 0.4 318.62 0.12 0.54
Hex 99 7C 90 0 13 6 28 13F C 36
Octal 231 174 220 0 23 6 50 477 14 66
Binary 10011001 1111100 10010000 0 10011 110 101000 100111111 1100 110110

Color Harmonies of #997C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997C90

Black with #997C90

Text Example


Text Example

White with #997C90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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