Html Css Color HEX #997992 Mountbatten Pink

📋 copy color: '#997992'

red 153 ◦ green 121 ◦ blue 146

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

Shades of Mountbatten Pink #997992

Tints of Mountbatten Pink #997992

RGB

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

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

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

R = 36.43%
G = 28.81%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#997992 (or 0x997992) is known color: Mountbatten Pink. HEX triplet: 99, 79 and 92. RGB value is (153,121,146). Sum of RGB (Red+Green+Blue) = 153+121+146=420 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.43% from 420); Green value is 121 (47.66% from 255 or 28.81% from 420); Blue value is 146 (57.42% from 255 or 34.76% from 420); Max value from RGB is 153 - color contains mainly: red. Hex color #997992 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997992 is #66866D. Grayscale: #858585. Windows color (decimal): -6719086 or 9599385. OLE color: 9599385.

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

Color convert

RGB 153 121 146 -
CMYK 0 0.21 0.05 0.4
HSL 313.13º 0.14% 0.54% -
HSV(B) 313.13º 0.21% 0.6% -
XYZ 25.16 22.52 30.22 -
YUV 133.42 135.1 141.97 -
System Red Green Blue C M Y K H S L
Decimal 153 121 146 0 0.21 0.05 0.4 313.13 0.14 0.54
Hex 99 79 92 0 15 5 28 139 E 36
Octal 231 171 222 0 25 5 50 471 16 66
Binary 10011001 1111001 10010010 0 10101 101 101000 100111001 1110 110110

Color Harmonies of #997992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997992

Black with #997992

Text Example


Text Example

White with #997992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997992; }

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

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

background-color css

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

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

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

border-color css

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

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

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