#997D92

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

Shades of Mountbatten Pink #997D92

Tints of Mountbatten Pink #997D92

Color information

#997D92 (or 0x997D92) is unknown color: approx Mountbatten Pink. HEX triplet: 99, 7D and 92. RGB value is (153,125,146). Sum of RGB (Red+Green+Blue) = 153+125+146=424 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.08% from 424); Green value is 125 (49.22% from 255 or 29.48% from 424); Blue value is 146 (57.42% from 255 or 34.43% from 424); Max value from RGB is 153 - color contains mainly: red. Hex color #997D92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997D92 is #66826D. Grayscale: #878787. Windows color (decimal): -6718062 or 9600409. OLE color: 9600409.

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

Color convert

RGB153125146-
CMYK00.180.050.4
HSL315º12.07%54.51%-
HSV(B)315º18.3%60%-
XYZ25.6623.5130.38-
YUV135.77133.78140.29-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.08%
GREEN value IS 125 (49.22% from 255) = 29.48%
BLUE value IS 146 (57.42% from 255) = 34.43%
R=36.08%
G=29.48%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.05
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15312514600.180.050.431512.0754.51
Hex997D9201252813bc37
Octal2311752220225504731467
Binary100110011111101100100100100101011010001001110111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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