#98768A

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

Shades of Mountbatten Pink #98768A

Tints of Mountbatten Pink #98768A

Color information

#98768A (or 0x98768A) is unknown color: approx Mountbatten Pink. HEX triplet: 98, 76 and 8A. RGB value is (152,118,138). Sum of RGB (Red+Green+Blue) = 152+118+138=408 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.25% from 408); Green value is 118 (46.48% from 255 or 28.92% from 408); Blue value is 138 (54.30% from 255 or 33.82% from 408); Max value from RGB is 152 - color contains mainly: red. Hex color #98768A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98768A is #678975. Grayscale: #828282. Windows color (decimal): -6785398 or 9074328. OLE color: 9074328.

HSL color Cylindrical-coordinate representation of color #98768A: hue angle of 324.71º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #98768A is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB152118138-
CMYK00.220.090.40
HSL324.71º14.17%52.94%-
HSV(B)324.71º22.37%59.61%-
XYZ24.0121.4726.92-
YUV130.45132.26143.37-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.25%
GREEN value IS 118 (46.48% from 255) = 28.92%
BLUE value IS 138 (54.30% from 255) = 33.82%
R=37.25%
G=28.92%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.09
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15211813800.220.090.40324.7114.1752.94
Hex98768A016928145e35
Octal23016621202611505051665
Binary1001100011101101000101001011010011010001010001011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98768A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98768A; }

 p { color: rgb(152,118,138); }

 H1.HeaderClassName
 {
   color: #98768A;
 }
 .AnyTagClassName
 {
   color: #98768A;
 }
</style>
background-color css

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

 a { background-color: rgb(152,118,138); }

 div.DivClassName
 {
   background-color: #98768A;
 }
 .BgClassName
 {
   background-color: #98768A;
 }
</style>
border-color css

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

 span { border-color: rgb(152,118,138); }

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