#997C97

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

Shades of Mountbatten Pink #997C97

Tints of Mountbatten Pink #997C97

Color information

#997C97 (or 0x997C97) is unknown color: approx Mountbatten Pink. HEX triplet: 99, 7C and 97. RGB value is (153,124,151). Sum of RGB (Red+Green+Blue) = 153+124+151=428 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.75% from 428); Green value is 124 (48.83% from 255 or 28.97% from 428); Blue value is 151 (59.38% from 255 or 35.28% from 428); Max value from RGB is 153 - color contains mainly: red. Hex color #997C97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997C97 is #668368. Grayscale: #878787. Windows color (decimal): -6718313 or 9927833. OLE color: 9927833.

HSL color Cylindrical-coordinate representation of color #997C97: hue angle of 304.14º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #997C97 is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.4.

Color convert

RGB153124151-
CMYK00.190.010.4
HSL304.14º12.45%54.31%-
HSV(B)304.14º18.95%60%-
XYZ25.9323.4232.43-
YUV135.75136.61140.3-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.75%
GREEN value IS 124 (48.83% from 255) = 28.97%
BLUE value IS 151 (59.38% from 255) = 35.28%
R=35.75%
G=28.97%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.01
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15312415100.190.010.4304.1412.4554.31
Hex997C97013128130c36
Octal2311742270231504601466
Binary1001100111111001001011101001111010001001100001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997C97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997C97; }

 p { color: rgb(153,124,151); }

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

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

 a { background-color: rgb(153,124,151); }

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

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

 span { border-color: rgb(153,124,151); }

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