#998792

Color #998792 Mountbatten Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountbatten Pink #998792

Tints of Mountbatten Pink #998792

Color information

#998792 (or 0x998792) is unknown color: approx 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

RGB153135146-
CMYK00.120.050.4
HSL323.33º8.11%56.47%-
HSV(B)323.33º11.76%60%-
XYZ26.9926.1830.82-
YUV141.64130.46136.11-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.25%
GREEN value IS 135 (53.12% 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 (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.05
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15313514600.120.050.4323.338.1156.47
Hex9987920C528143838
Octal2312072220145505031070
Binary100110011000011110010010011001011010001010000111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>