Html Css Color HEX #997192 Mountbatten Pink

📋 copy color: '#997192'

red 153 ◦ green 113 ◦ blue 146

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

Shades of Mountbatten Pink #997192

Tints of Mountbatten Pink #997192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 35.44%

R = 37.14%
G = 27.43%
B = 35.44%

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

#997192 (or 0x997192) is known color: Mountbatten Pink. HEX triplet: 99, 71 and 92. RGB value is (153,113,146). Sum of RGB (Red+Green+Blue) = 153+113+146=412 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.14% from 412); Green value is 113 (44.53% from 255 or 27.43% from 412); Blue value is 146 (57.42% from 255 or 35.44% from 412); Max value from RGB is 153 - color contains mainly: red. Hex color #997192 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997192 is #668E6D. Grayscale: #808080. Windows color (decimal): -6721134 or 9597337. OLE color: 9597337.

HSL color Cylindrical-coordinate representation of color #997192: hue angle of 310.5º 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 #997192 is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 113 146 -
CMYK 0 0.26 0.05 0.4
HSL 310.5º 0.16% 0.52% -
HSV(B) 310.5º 0.26% 0.6% -
XYZ 24.23 20.66 29.9 -
YUV 128.72 137.75 145.32 -
System Red Green Blue C M Y K H S L
Decimal 153 113 146 0 0.26 0.05 0.4 310.5 0.16 0.52
Hex 99 71 92 0 1A 5 28 136 10 34
Octal 231 161 222 0 32 5 50 466 20 64
Binary 10011001 1110001 10010010 0 11010 101 101000 100110110 10000 110100

Color Harmonies of #997192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997192

Black with #997192

Text Example


Text Example

White with #997192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997192; }

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

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

background-color css

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

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

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

border-color css

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

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

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