Html Css Color HEX #997191 Mountbatten Pink

📋 copy color: '#997191'

red 153 ◦ green 113 ◦ blue 145

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

Shades of Mountbatten Pink #997191

Tints of Mountbatten Pink #997191

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.49%

 BLUE value IS 145 (57.03% from 255) = 35.28%

R = 37.23%
G = 27.49%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#997191 (or 0x997191) is known color: Mountbatten Pink. HEX triplet: 99, 71 and 91. RGB value is (153,113,145). Sum of RGB (Red+Green+Blue) = 153+113+145=411 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.23% from 411); Green value is 113 (44.53% from 255 or 27.49% from 411); Blue value is 145 (57.03% from 255 or 35.28% from 411); Max value from RGB is 153 - color contains mainly: red. Hex color #997191 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997191 is #668E6E. Grayscale: #808080. Windows color (decimal): -6721135 or 9531801. OLE color: 9531801.

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

Color convert

RGB 153 113 145 -
CMYK 0 0.26 0.05 0.4
HSL 312º 0.16% 0.52% -
HSV(B) 312º 0.26% 0.6% -
XYZ 24.15 20.63 29.5 -
YUV 128.61 137.25 145.4 -
System Red Green Blue C M Y K H S L
Decimal 153 113 145 0 0.26 0.05 0.4 312 0.16 0.52
Hex 99 71 91 0 1A 5 28 138 10 34
Octal 231 161 221 0 32 5 50 470 20 64
Binary 10011001 1110001 10010001 0 11010 101 101000 100111000 10000 110100

Color Harmonies of #997191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997191

Black with #997191

Text Example


Text Example

White with #997191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997191; }

 p { color: rgb(153,113,145); }

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

background-color css

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

 a { background-color: rgb(153,113,145); }

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

border-color css

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

 span { border-color: rgb(153,113,145); }

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