Html Css Color HEX #988792 Mountbatten Pink

📋 copy color: '#988792'

red 152 ◦ green 135 ◦ blue 146

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

Shades of Mountbatten Pink #988792

Tints of Mountbatten Pink #988792

RGB

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

 GREEN value IS 135 (53.13% from 255) = 31.18%

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

R = 35.1%
G = 31.18%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.04

 K value IS 0.40

RGB Variations

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

Color information

#988792 (or 0x988792) is known color: Mountbatten Pink. HEX triplet: 98, 87 and 92. RGB value is (152,135,146). Sum of RGB (Red+Green+Blue) = 152+135+146=433 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.10% from 433); Green value is 135 (53.12% from 255 or 31.18% from 433); Blue value is 146 (57.42% from 255 or 33.72% from 433); Max value from RGB is 152 - color contains mainly: red. Hex color #988792 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988792 is #67786D. Grayscale: #8D8D8D. Windows color (decimal): -6781038 or 9602968. OLE color: 9602968.

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

Color convert

RGB 152 135 146 -
CMYK 0 0.11 0.04 0.40
HSL 321.18º 0.08% 0.56% -
HSV(B) 321.18º 0.11% 0.6% -
XYZ 26.8 26.08 30.82 -
YUV 141.34 130.63 135.61 -
System Red Green Blue C M Y K H S L
Decimal 152 135 146 0 0.11 0.04 0.40 321.18 0.08 0.56
Hex 98 87 92 0 B 4 28 141 8 38
Octal 230 207 222 0 13 4 50 501 10 70
Binary 10011000 10000111 10010010 0 1011 100 101000 101000001 1000 111000

Color Harmonies of #988792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988792

Black with #988792

Text Example


Text Example

White with #988792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988792; }

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

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

background-color css

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

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

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

border-color css

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

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

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