Html Css Color HEX #998592 Mountbatten Pink

📋 copy color: '#998592'

red 153 ◦ green 133 ◦ blue 146

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

Shades of Mountbatten Pink #998592

Tints of Mountbatten Pink #998592

RGB

 RED value IS 153 (60.16% from 255) = 35.42%

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

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

R = 35.42%
G = 30.79%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#998592 (or 0x998592) is known color: Mountbatten Pink. HEX triplet: 99, 85 and 92. RGB value is (153,133,146). Sum of RGB (Red+Green+Blue) = 153+133+146=432 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.42% from 432); Green value is 133 (52.34% from 255 or 30.79% from 432); Blue value is 146 (57.42% from 255 or 33.80% from 432); Max value from RGB is 153 - color contains mainly: red. Hex color #998592 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998592 is #667A6D. Grayscale: #8C8C8C. Windows color (decimal): -6716014 or 9602457. OLE color: 9602457.

HSL color Cylindrical-coordinate representation of color #998592: hue angle of 321º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #998592 is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 133 146 -
CMYK 0 0.13 0.05 0.4
HSL 321º 0.09% 0.56% -
HSV(B) 321º 0.13% 0.6% -
XYZ 26.71 25.62 30.73 -
YUV 140.46 131.13 136.94 -
System Red Green Blue C M Y K H S L
Decimal 153 133 146 0 0.13 0.05 0.4 321 0.09 0.56
Hex 99 85 92 0 D 5 28 141 9 38
Octal 231 205 222 0 15 5 50 501 11 70
Binary 10011001 10000101 10010010 0 1101 101 101000 101000001 1001 111000

Color Harmonies of #998592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998592

Black with #998592

Text Example


Text Example

White with #998592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998592; }

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

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

background-color css

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

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

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

border-color css

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

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

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