Html Css Color HEX #998492 Mountbatten Pink

📋 copy color: '#998492'

red 153 ◦ green 132 ◦ blue 146

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

Shades of Mountbatten Pink #998492

Tints of Mountbatten Pink #998492

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.63%

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

R = 35.5%
G = 30.63%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#998492 (or 0x998492) is known color: Mountbatten Pink. HEX triplet: 99, 84 and 92. RGB value is (153,132,146). Sum of RGB (Red+Green+Blue) = 153+132+146=431 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.50% from 431); Green value is 132 (51.95% from 255 or 30.63% from 431); Blue value is 146 (57.42% from 255 or 33.87% from 431); Max value from RGB is 153 - color contains mainly: red. Hex color #998492 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998492 is #667B6D. Grayscale: #8B8B8B. Windows color (decimal): -6716270 or 9602201. OLE color: 9602201.

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

Color convert

RGB 153 132 146 -
CMYK 0 0.14 0.05 0.4
HSL 320º 0.09% 0.56% -
HSV(B) 320º 0.14% 0.6% -
XYZ 26.58 25.35 30.69 -
YUV 139.88 131.46 137.36 -
System Red Green Blue C M Y K H S L
Decimal 153 132 146 0 0.14 0.05 0.4 320 0.09 0.56
Hex 99 84 92 0 E 5 28 140 9 38
Octal 231 204 222 0 16 5 50 500 11 70
Binary 10011001 10000100 10010010 0 1110 101 101000 101000000 1001 111000

Color Harmonies of #998492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998492

Black with #998492

Text Example


Text Example

White with #998492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998492; }

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

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

background-color css

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

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

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

border-color css

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

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

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