Html Css Color HEX #988592 Mountbatten Pink

📋 copy color: '#988592'

red 152 ◦ green 133 ◦ blue 146

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

Shades of Mountbatten Pink #988592

Tints of Mountbatten Pink #988592

RGB

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

 GREEN value IS 133 (52.34% from 255) = 30.86%

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

R = 35.27%
G = 30.86%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.04

 K value IS 0.40

RGB Variations

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

Color information

#988592 (or 0x988592) is known color: Mountbatten Pink. HEX triplet: 98, 85 and 92. RGB value is (152,133,146). Sum of RGB (Red+Green+Blue) = 152+133+146=431 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.27% from 431); Green value is 133 (52.34% from 255 or 30.86% from 431); Blue value is 146 (57.42% from 255 or 33.87% from 431); Max value from RGB is 152 - color contains mainly: red. Hex color #988592 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988592 is #677A6D. Grayscale: #8C8C8C. Windows color (decimal): -6781550 or 9602456. OLE color: 9602456.

HSL color Cylindrical-coordinate representation of color #988592: hue angle of 318.95º 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 #988592 is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 133 146 -
CMYK 0 0.13 0.04 0.40
HSL 318.95º 0.08% 0.56% -
HSV(B) 318.95º 0.13% 0.6% -
XYZ 26.52 25.53 30.72 -
YUV 140.16 131.29 136.44 -
System Red Green Blue C M Y K H S L
Decimal 152 133 146 0 0.13 0.04 0.40 318.95 0.08 0.56
Hex 98 85 92 0 D 4 28 13F 8 38
Octal 230 205 222 0 15 4 50 477 10 70
Binary 10011000 10000101 10010010 0 1101 100 101000 100111111 1000 111000

Color Harmonies of #988592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988592

Black with #988592

Text Example


Text Example

White with #988592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988592; }

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

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

background-color css

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

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

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

border-color css

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

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

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