Html Css Color HEX #988692 Mountbatten Pink

📋 copy color: '#988692'

red 152 ◦ green 134 ◦ blue 146

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

Shades of Mountbatten Pink #988692

Tints of Mountbatten Pink #988692

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.02%

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

R = 35.19%
G = 31.02%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.04

 K value IS 0.40

RGB Variations

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

Color information

#988692 (or 0x988692) is known color: Mountbatten Pink. HEX triplet: 98, 86 and 92. RGB value is (152,134,146). Sum of RGB (Red+Green+Blue) = 152+134+146=432 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.19% from 432); Green value is 134 (52.73% from 255 or 31.02% from 432); Blue value is 146 (57.42% from 255 or 33.80% from 432); Max value from RGB is 152 - color contains mainly: red. Hex color #988692 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988692 is #67796D. Grayscale: #8C8C8C. Windows color (decimal): -6781294 or 9602712. OLE color: 9602712.

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

Color convert

RGB 152 134 146 -
CMYK 0 0.12 0.04 0.40
HSL 320º 0.08% 0.56% -
HSV(B) 320º 0.12% 0.6% -
XYZ 26.66 25.8 30.77 -
YUV 140.75 130.96 136.02 -
System Red Green Blue C M Y K H S L
Decimal 152 134 146 0 0.12 0.04 0.40 320 0.08 0.56
Hex 98 86 92 0 C 4 28 140 8 38
Octal 230 206 222 0 14 4 50 500 10 70
Binary 10011000 10000110 10010010 0 1100 100 101000 101000000 1000 111000

Color Harmonies of #988692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988692

Black with #988692

Text Example


Text Example

White with #988692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988692; }

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

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

background-color css

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

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

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

border-color css

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

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

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