Html Css Color HEX #988292 Mountbatten Pink

📋 copy color: '#988292'

red 152 ◦ green 130 ◦ blue 146

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

Shades of Mountbatten Pink #988292

Tints of Mountbatten Pink #988292

RGB

 RED value IS 152 (59.77% from 255) = 35.51%

 GREEN value IS 130 (51.17% from 255) = 30.37%

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

R = 35.51%
G = 30.37%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.04

 K value IS 0.40

RGB Variations

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

Color information

#988292 (or 0x988292) is known color: Mountbatten Pink. HEX triplet: 98, 82 and 92. RGB value is (152,130,146). Sum of RGB (Red+Green+Blue) = 152+130+146=428 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.51% from 428); Green value is 130 (51.17% from 255 or 30.37% from 428); Blue value is 146 (57.42% from 255 or 34.11% from 428); Max value from RGB is 152 - color contains mainly: red. Hex color #988292 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988292 is #677D6D. Grayscale: #8A8A8A. Windows color (decimal): -6782318 or 9601688. OLE color: 9601688.

HSL color Cylindrical-coordinate representation of color #988292: hue angle of 316.36º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #988292 is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 130 146 -
CMYK 0 0.14 0.04 0.40
HSL 316.36º 0.1% 0.55% -
HSV(B) 316.36º 0.14% 0.6% -
XYZ 26.12 24.72 30.59 -
YUV 138.4 132.29 137.7 -
System Red Green Blue C M Y K H S L
Decimal 152 130 146 0 0.14 0.04 0.40 316.36 0.1 0.55
Hex 98 82 92 0 E 4 28 13C A 37
Octal 230 202 222 0 16 4 50 474 12 67
Binary 10011000 10000010 10010010 0 1110 100 101000 100111100 1010 110111

Color Harmonies of #988292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988292

Black with #988292

Text Example


Text Example

White with #988292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988292; }

 p { color: rgb(152,130,146); }

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

background-color css

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

 a { background-color: rgb(152,130,146); }

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

border-color css

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

 span { border-color: rgb(152,130,146); }

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