Html Css Color HEX #998295 Mountbatten Pink

📋 copy color: '#998295'

red 153 ◦ green 130 ◦ blue 149

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

Shades of Mountbatten Pink #998295

Tints of Mountbatten Pink #998295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 34.49%

R = 35.42%
G = 30.09%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.03

 K value IS 0.4

RGB Variations

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

Color information

#998295 (or 0x998295) is known color: Mountbatten Pink. HEX triplet: 99, 82 and 95. RGB value is (153,130,149). Sum of RGB (Red+Green+Blue) = 153+130+149=432 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.42% from 432); Green value is 130 (51.17% from 255 or 30.09% from 432); Blue value is 149 (58.59% from 255 or 34.49% from 432); Max value from RGB is 153 - color contains mainly: red. Hex color #998295 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998295 is #667D6A. Grayscale: #8A8A8A. Windows color (decimal): -6716779 or 9798297. OLE color: 9798297.

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

Color convert

RGB 153 130 149 -
CMYK 0 0.15 0.03 0.4
HSL 310.43º 0.1% 0.55% -
HSV(B) 310.43º 0.15% 0.6% -
XYZ 26.54 24.91 31.84 -
YUV 139.04 133.62 137.96 -
System Red Green Blue C M Y K H S L
Decimal 153 130 149 0 0.15 0.03 0.4 310.43 0.1 0.55
Hex 99 82 95 0 F 3 28 136 A 37
Octal 231 202 225 0 17 3 50 466 12 67
Binary 10011001 10000010 10010101 0 1111 11 101000 100110110 1010 110111

Color Harmonies of #998295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998295

Black with #998295

Text Example


Text Example

White with #998295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998295; }

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

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

background-color css

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

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

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

border-color css

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

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

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