Html Css Color HEX #988192 Mountbatten Pink

📋 copy color: '#988192'

red 152 ◦ green 129 ◦ blue 146

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

Shades of Mountbatten Pink #988192

Tints of Mountbatten Pink #988192

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30.21%

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

R = 35.6%
G = 30.21%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.04

 K value IS 0.40

RGB Variations

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

Color information

#988192 (or 0x988192) is known color: Mountbatten Pink. HEX triplet: 98, 81 and 92. RGB value is (152,129,146). Sum of RGB (Red+Green+Blue) = 152+129+146=427 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.60% from 427); Green value is 129 (50.78% from 255 or 30.21% from 427); Blue value is 146 (57.42% from 255 or 34.19% from 427); Max value from RGB is 152 - color contains mainly: red. Hex color #988192 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988192 is #677E6D. Grayscale: #898989. Windows color (decimal): -6782574 or 9601432. OLE color: 9601432.

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

Color convert

RGB 152 129 146 -
CMYK 0 0.15 0.04 0.40
HSL 315.65º 0.1% 0.55% -
HSV(B) 315.65º 0.15% 0.6% -
XYZ 25.99 24.45 30.54 -
YUV 137.82 132.62 138.12 -
System Red Green Blue C M Y K H S L
Decimal 152 129 146 0 0.15 0.04 0.40 315.65 0.1 0.55
Hex 98 81 92 0 F 4 28 13C A 37
Octal 230 201 222 0 17 4 50 474 12 67
Binary 10011000 10000001 10010010 0 1111 100 101000 100111100 1010 110111

Color Harmonies of #988192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988192

Black with #988192

Text Example


Text Example

White with #988192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988192; }

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

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

background-color css

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

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

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

border-color css

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

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

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