#997793

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

Shades of Mountbatten Pink #997793

Tints of Mountbatten Pink #997793

Color information

#997793 (or 0x997793) is unknown color: approx Mountbatten Pink. HEX triplet: 99, 77 and 93. RGB value is (153,119,147). Sum of RGB (Red+Green+Blue) = 153+119+147=419 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.52% from 419); Green value is 119 (46.88% from 255 or 28.40% from 419); Blue value is 147 (57.81% from 255 or 35.08% from 419); Max value from RGB is 153 - color contains mainly: red. Hex color #997793 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997793 is #66886C. Grayscale: #848484. Windows color (decimal): -6719597 or 9664409. OLE color: 9664409.

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

Color convert

RGB153119147-
CMYK00.220.040.4
HSL310.59º14.29%53.33%-
HSV(B)310.59º22.22%60%-
XYZ2522.0730.55-
YUV132.36136.26142.72-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.52%
GREEN value IS 119 (46.88% from 255) = 28.40%
BLUE value IS 147 (57.81% from 255) = 35.08%
R=36.52%
G=28.40%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.04
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15311914700.220.040.4310.5914.2953.33
Hex997793016428137e35
Octal2311672230264504671665
Binary100110011110111100100110101101001010001001101111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997793; }

 p { color: rgb(153,119,147); }

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

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

 a { background-color: rgb(153,119,147); }

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

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

 span { border-color: rgb(153,119,147); }

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