Html Css Color HEX #998292 Mountbatten Pink

📋 copy color: '#998292'

red 153 ◦ green 130 ◦ blue 146

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

Shades of Mountbatten Pink #998292

Tints of Mountbatten Pink #998292

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.3%

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

R = 35.66%
G = 30.3%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#998292 (or 0x998292) is known color: Mountbatten Pink. HEX triplet: 99, 82 and 92. RGB value is (153,130,146). Sum of RGB (Red+Green+Blue) = 153+130+146=429 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.66% from 429); Green value is 130 (51.17% from 255 or 30.30% from 429); Blue value is 146 (57.42% from 255 or 34.03% from 429); Max value from RGB is 153 - color contains mainly: red. Hex color #998292 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998292 is #667D6D. Grayscale: #8A8A8A. Windows color (decimal): -6716782 or 9601689. OLE color: 9601689.

HSL color Cylindrical-coordinate representation of color #998292: hue angle of 318.26º 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 #998292 is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 130 146 -
CMYK 0 0.15 0.05 0.4
HSL 318.26º 0.1% 0.55% -
HSV(B) 318.26º 0.15% 0.6% -
XYZ 26.31 24.81 30.6 -
YUV 138.7 132.12 138.2 -
System Red Green Blue C M Y K H S L
Decimal 153 130 146 0 0.15 0.05 0.4 318.26 0.1 0.55
Hex 99 82 92 0 F 5 28 13E A 37
Octal 231 202 222 0 17 5 50 476 12 67
Binary 10011001 10000010 10010010 0 1111 101 101000 100111110 1010 110111

Color Harmonies of #998292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998292

Black with #998292

Text Example


Text Example

White with #998292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998292; }

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

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

background-color css

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

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

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

border-color css

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

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

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