Html Css Color HEX #997988 Mountbatten Pink

📋 copy color: '#997988'

red 153 ◦ green 121 ◦ blue 136

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

Shades of Mountbatten Pink #997988

Tints of Mountbatten Pink #997988

RGB

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

 GREEN value IS 121 (47.66% from 255) = 29.51%

 BLUE value IS 136 (53.52% from 255) = 33.17%

R = 37.32%
G = 29.51%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.11

 K value IS 0.4

RGB Variations

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

Color information

#997988 (or 0x997988) is known color: Mountbatten Pink. HEX triplet: 99, 79 and 88. RGB value is (153,121,136). Sum of RGB (Red+Green+Blue) = 153+121+136=410 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.32% from 410); Green value is 121 (47.66% from 255 or 29.51% from 410); Blue value is 136 (53.52% from 255 or 33.17% from 410); Max value from RGB is 153 - color contains mainly: red. Hex color #997988 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997988 is #668677. Grayscale: #848484. Windows color (decimal): -6719096 or 8944025. OLE color: 8944025.

HSL color Cylindrical-coordinate representation of color #997988: hue angle of 331.88º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #997988 is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 121 136 -
CMYK 0 0.21 0.11 0.4
HSL 331.88º 0.14% 0.54% -
HSV(B) 331.88º 0.21% 0.6% -
XYZ 24.42 22.22 26.3 -
YUV 132.28 130.1 142.78 -
System Red Green Blue C M Y K H S L
Decimal 153 121 136 0 0.21 0.11 0.4 331.88 0.14 0.54
Hex 99 79 88 0 15 B 28 14C E 36
Octal 231 171 210 0 25 13 50 514 16 66
Binary 10011001 1111001 10001000 0 10101 1011 101000 101001100 1110 110110

Color Harmonies of #997988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997988

Black with #997988

Text Example


Text Example

White with #997988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997988; }

 p { color: rgb(153,121,136); }

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

background-color css

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

 a { background-color: rgb(153,121,136); }

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

border-color css

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

 span { border-color: rgb(153,121,136); }

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