Html Css Color HEX #998792 Mountbatten Pink

📋 copy color: '#998792'

red 153 ◦ green 135 ◦ blue 146

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

Shades of Mountbatten Pink #998792

Tints of Mountbatten Pink #998792

RGB

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

 GREEN value IS 135 (53.13% from 255) = 31.11%

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

R = 35.25%
G = 31.11%
B = 33.64%

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

#998792 (or 0x998792) is known color: Mountbatten Pink. HEX triplet: 99, 87 and 92. RGB value is (153,135,146). Sum of RGB (Red+Green+Blue) = 153+135+146=434 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.25% from 434); Green value is 135 (53.12% from 255 or 31.11% from 434); Blue value is 146 (57.42% from 255 or 33.64% from 434); Max value from RGB is 153 - color contains mainly: red. Hex color #998792 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998792 is #66786D. Grayscale: #8D8D8D. Windows color (decimal): -6715502 or 9602969. OLE color: 9602969.

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

Color convert

RGB 153 135 146 -
CMYK 0 0.12 0.05 0.4
HSL 323.33º 0.08% 0.56% -
HSV(B) 323.33º 0.12% 0.6% -
XYZ 26.99 26.18 30.82 -
YUV 141.64 130.46 136.11 -
System Red Green Blue C M Y K H S L
Decimal 153 135 146 0 0.12 0.05 0.4 323.33 0.08 0.56
Hex 99 87 92 0 C 5 28 143 8 38
Octal 231 207 222 0 14 5 50 503 10 70
Binary 10011001 10000111 10010010 0 1100 101 101000 101000011 1000 111000

Color Harmonies of #998792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998792

Black with #998792

Text Example


Text Example

White with #998792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998792; }

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

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

background-color css

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

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

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

border-color css

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

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

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