Html Css Color HEX #997089 Mountbatten Pink

📋 copy color: '#997089'

red 153 ◦ green 112 ◦ blue 137

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

Shades of Mountbatten Pink #997089

Tints of Mountbatten Pink #997089

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.86%

 BLUE value IS 137 (53.91% from 255) = 34.08%

R = 38.06%
G = 27.86%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.10

 K value IS 0.4

RGB Variations

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

Color information

#997089 (or 0x997089) is known color: Mountbatten Pink. HEX triplet: 99, 70 and 89. RGB value is (153,112,137). Sum of RGB (Red+Green+Blue) = 153+112+137=402 (53% of max value = 765). Red value is 153 (60.16% from 255 or 38.06% from 402); Green value is 112 (44.14% from 255 or 27.86% from 402); Blue value is 137 (53.91% from 255 or 34.08% from 402); Max value from RGB is 153 - color contains mainly: red. Hex color #997089 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997089 is #668F76. Grayscale: #7F7F7F. Windows color (decimal): -6721399 or 9007257. OLE color: 9007257.

HSL color Cylindrical-coordinate representation of color #997089: hue angle of 323.41º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #997089 is Cyan = 0, Magento = 0.27, Yellow = 0.10 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 112 137 -
CMYK 0 0.27 0.10 0.4
HSL 323.41º 0.17% 0.52% -
HSV(B) 323.41º 0.27% 0.6% -
XYZ 23.45 20.17 26.32 -
YUV 127.11 133.58 146.47 -
System Red Green Blue C M Y K H S L
Decimal 153 112 137 0 0.27 0.10 0.4 323.41 0.17 0.52
Hex 99 70 89 0 1B A 28 143 11 34
Octal 231 160 211 0 33 12 50 503 21 64
Binary 10011001 1110000 10001001 0 11011 1010 101000 101000011 10001 110100

Color Harmonies of #997089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997089

Black with #997089

Text Example


Text Example

White with #997089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997089; }

 p { color: rgb(153,112,137); }

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

background-color css

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

 a { background-color: rgb(153,112,137); }

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

border-color css

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

 span { border-color: rgb(153,112,137); }

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