Html Css Color HEX #998692 Mountbatten Pink

📋 copy color: '#998692'

red 153 ◦ green 134 ◦ blue 146

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

Shades of Mountbatten Pink #998692

Tints of Mountbatten Pink #998692

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.95%

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

R = 35.33%
G = 30.95%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#998692 (or 0x998692) is known color: Mountbatten Pink. HEX triplet: 99, 86 and 92. RGB value is (153,134,146). Sum of RGB (Red+Green+Blue) = 153+134+146=433 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.33% from 433); Green value is 134 (52.73% from 255 or 30.95% from 433); Blue value is 146 (57.42% from 255 or 33.72% from 433); Max value from RGB is 153 - color contains mainly: red. Hex color #998692 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998692 is #66796D. Grayscale: #8D8D8D. Windows color (decimal): -6715758 or 9602713. OLE color: 9602713.

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

Color convert

RGB 153 134 146 -
CMYK 0 0.12 0.05 0.4
HSL 322.11º 0.09% 0.56% -
HSV(B) 322.11º 0.12% 0.6% -
XYZ 26.85 25.9 30.78 -
YUV 141.05 130.79 136.52 -
System Red Green Blue C M Y K H S L
Decimal 153 134 146 0 0.12 0.05 0.4 322.11 0.09 0.56
Hex 99 86 92 0 C 5 28 142 9 38
Octal 231 206 222 0 14 5 50 502 11 70
Binary 10011001 10000110 10010010 0 1100 101 101000 101000010 1001 111000

Color Harmonies of #998692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998692

Black with #998692

Text Example


Text Example

White with #998692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998692; }

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

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

background-color css

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

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

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

border-color css

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

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

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